Searched refs:KernPairs (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/freetype/src/type1/ |
D | t1afm.c | 41 FT_FREE( fi->KernPairs ); in T1_Done_Metrics() 168 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in T1_Read_PFM() 172 kp = fi->KernPairs; in T1_Read_PFM() 217 ft_qsort( fi->KernPairs, fi->NumKernPair, sizeof ( AFM_KernPairRec ), in T1_Read_PFM() 223 FT_FREE( fi->KernPairs ); in T1_Read_PFM() 328 min = fi->KernPairs; in T1_Get_Kerning()
|
/external/freetype/src/psaux/ |
D | afmparse.c | 714 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in afm_parse_kern_pairs() 738 kp = fi->KernPairs + n; in afm_parse_kern_pairs() 769 ft_qsort( fi->KernPairs, fi->NumKernPair, in afm_parse_kern_pairs() 968 FT_FREE( fi->KernPairs ); in afm_parser_parse()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | afmparse.c | 714 if ( FT_QNEW_ARRAY( fi->KernPairs, fi->NumKernPair ) ) in afm_parse_kern_pairs() 738 kp = fi->KernPairs + n; in afm_parse_kern_pairs() 769 ft_qsort( fi->KernPairs, fi->NumKernPair, in afm_parse_kern_pairs() 968 FT_FREE( fi->KernPairs ); in afm_parser_parse()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | t1types.h | 175 AFM_KernPair KernPairs; /* free if non-NULL */ member
|
/external/freetype/include/internal/ |
D | t1types.h | 175 AFM_KernPair KernPairs; /* free if non-NULL */ member
|