Home
last modified time | relevance | path

Searched refs:kerntables (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/source/fontsubset/
H A Dsft.cxx1502 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 …]
/AOO42X/main/vcl/inc/
H A Dsft.hxx601 …const sal_uInt8** kerntables; /* array of pointers to kern subtables … member
/AOO42X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx501 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()
601 const sal_uInt8* pTable = pImplTTFont->kerntables[i]; in queryMetricPage()