Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c39 #undef TT_KERN_INDEX
40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) macro
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
304 #undef TT_KERN_INDEX
/external/chromium_org/third_party/freetype/src/sfnt/
Dttkern.c39 #undef TT_KERN_INDEX
40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) macro
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
304 #undef TT_KERN_INDEX
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
Dttkern.c39 #undef TT_KERN_INDEX
40 #define TT_KERN_INDEX( g1, g2 ) ( ( (FT_ULong)(g1) << 16 ) | (g2) ) macro
230 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
304 #undef TT_KERN_INDEX