Searched refs:kerntables (Results 1 – 3 of 3) sorted by relevance
1502 ttf->kerntables = (const sal_uInt8**)calloc(ttf->nkern, sizeof(sal_uInt8 *)); in GetKern()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()1522 ttf->kerntables = (const sal_uInt8**)calloc(ttf->nkern, sizeof(sal_uInt8*)); 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()[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()