Searched refs:nkern (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/vcl/source/fontsubset/ |
| H A D | sft.cxx | 1501 ttf->nkern = GetUInt16(table, 2, 1); in GetKern() 1502 ttf->kerntables = (const sal_uInt8**)calloc(ttf->nkern, sizeof(sal_uInt8 *)); in GetKern() 1504 memset(ttf->kerntables, 0, ttf->nkern * sizeof(sal_uInt8 *)); in GetKern() 1507 for( unsigned i = 0; i < ttf->nkern; ++i) { in GetKern() 1521 ttf->nkern = GetUInt32(table, 4, 1); in GetKern() 1522 ttf->kerntables = (const sal_uInt8**)calloc(ttf->nkern, sizeof(sal_uInt8*)); in GetKern() 1524 memset(ttf->kerntables, 0, ttf->nkern * sizeof(sal_uInt8 *)); in GetKern() 1527 for( unsigned i = 0; i < ttf->nkern; ++i) { in GetKern() 1578 if (ttf->nkern > 1) { in KernGlyphsPrim2() 1579 fprintf(stderr, "KernGlyphsPrim2: %d kern tables found.\n", ttf->nkern); in KernGlyphsPrim2() [all …]
|
| /AOO41X/main/vcl/inc/ |
| H A D | sft.hxx | 600 …sal_uInt32 nkern; /* number of kern subtables … member
|
| /AOO41X/main/vcl/unx/generic/fontmanager/ |
| H A D | fontmanager.cxx | 485 if( pImplTTFont->nkern && pImplTTFont->kerntype == KT_MICROSOFT ) in queryMetricPage() 499 for( i = 0; i < (int)pImplTTFont->nkern; i++ ) in queryMetricPage() 585 if( pImplTTFont->nkern && pImplTTFont->kerntype == KT_APPLE_NEW ) in queryMetricPage() 599 for( i = 0; (unsigned int)i < pImplTTFont->nkern; i++ ) in queryMetricPage()
|