Home
last modified time | relevance | path

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

/external/freetype/src/psaux/
Dafmparse.c658 #undef KERN_INDEX
659 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 ) macro
670 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 ); in afm_compare_kern_pairs()
671 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 ); in afm_compare_kern_pairs()