Lines Matching refs:nkern
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()
1582 for (j = 0; j < ttf->nkern; j++) { in KernGlyphsPrim2()
3038 printf("\tkern: MICROSOFT, ntables: %d.", fnt->nkern); in main()
3039 if (fnt->nkern) { in main()
3041 for (i=0; i<fnt->nkern; i++) { in main()
3050 printf("\tkern: APPLE_NEW, ntables: %d.", fnt->nkern); in main()
3051 if (fnt->nkern) { in main()
3053 for (i=0; i<fnt->nkern; i++) { in main()