Searched refs:kerntables (Results 1 – 3 of 3) sorted by relevance
1503 assert(ttf->kerntables != 0); in GetKern()1504 memset(ttf->kerntables, 0, ttf->nkern * sizeof(sal_uInt8 *)); in GetKern()1508 ttf->kerntables[i] = ptr; in GetKern()1513 free( ttf->kerntables ); in GetKern()1523 assert(ttf->kerntables != 0); in GetKern()1524 memset(ttf->kerntables, 0, ttf->nkern * sizeof(sal_uInt8 *)); in GetKern()1528 ttf->kerntables[i] = ptr; in GetKern()1533 free( ttf->kerntables ); in GetKern()1542 ttf->kerntables = 0; in GetKern()1596 ptr = ttf->kerntables[j]; in KernGlyphsPrim2()[all …]
601 …const sal_uInt8** kerntables; /* array of pointers to kern subtables … member
501 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()601 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()
Completed in 184 milliseconds