HomeSort by relevance Sort by last modified time
    Searched refs:KERN_INDEX (Results 1 - 2 of 2) sorted by null

  /external/freetype/src/type1/
t1afm.c 82 #undef KERN_INDEX
83 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) )
94 FT_ULong index1 = KERN_INDEX( pair1->index1, pair1->index2 );
95 FT_ULong index2 = KERN_INDEX( pair2->index1, pair2->index2 );
336 FT_ULong idx = KERN_INDEX( glyph1, glyph2 );
349 midi = KERN_INDEX( mid->index1, mid->index2 );
  /external/freetype/src/psaux/
afmparse.c 666 #undef KERN_INDEX
667 #define KERN_INDEX( g1, g2 ) ( ( (FT_ULong)g1 << 16 ) | g2 )
678 FT_ULong index1 = KERN_INDEX( kp1->index1, kp1->index2 );
679 FT_ULong index2 = KERN_INDEX( kp2->index1, kp2->index2 );

Completed in 149 milliseconds