/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 473 FT_UInt glyph2, in pfr_face_get_kerning() argument 488 if ( glyph2 > 0 ) in pfr_face_get_kerning() 489 glyph2--; in pfr_face_get_kerning() 493 glyph2 > phy_font->num_chars ) in pfr_face_get_kerning() 497 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
|
D | pfrobjs.h | 73 FT_UInt glyph2,
|
D | pfrtypes.h | 197 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
|
/third_party/freetype/src/pfr/ |
D | pfrobjs.c | 477 FT_UInt glyph2, in pfr_face_get_kerning() argument 492 if ( glyph2 > 0 ) in pfr_face_get_kerning() 493 glyph2--; in pfr_face_get_kerning() 497 glyph2 > phy_font->num_chars ) in pfr_face_get_kerning() 501 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
|
D | pfrobjs.h | 73 FT_UInt glyph2,
|
D | pfrtypes.h | 196 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrobjs.c | 477 FT_UInt glyph2, in pfr_face_get_kerning() argument 492 if ( glyph2 > 0 ) in pfr_face_get_kerning() 493 glyph2--; in pfr_face_get_kerning() 497 glyph2 > phy_font->num_chars ) in pfr_face_get_kerning() 501 code2 = phy_font->chars[glyph2].char_code; in pfr_face_get_kerning()
|
D | pfrobjs.h | 73 FT_UInt glyph2,
|
D | pfrtypes.h | 196 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
|
/third_party/skia/third_party/externals/freetype/src/type1/ |
D | t1afm.h | 39 FT_UInt glyph2,
|
D | t1afm.c | 331 FT_UInt glyph2, in T1_Get_Kerning() argument 335 FT_ULong idx = KERN_INDEX( glyph1, glyph2 ); in T1_Get_Kerning()
|
/third_party/freetype/src/type1/ |
D | t1afm.h | 39 FT_UInt glyph2,
|
D | t1afm.c | 331 FT_UInt glyph2, in T1_Get_Kerning() argument 335 FT_ULong idx = KERN_INDEX( glyph1, glyph2 ); in T1_Get_Kerning()
|
/third_party/flutter/skia/third_party/externals/freetype/src/type1/ |
D | t1afm.h | 40 FT_UInt glyph2,
|
D | t1afm.c | 332 FT_UInt glyph2, in T1_Get_Kerning() argument 336 FT_ULong idx = KERN_INDEX( glyph1, glyph2 ); in T1_Get_Kerning()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 801 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2); 2285 static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphKernInfoAdvance() argument 2301 needle = glyph1 << 16 | glyph2; in stbtt__GetGlyphKernInfoAdvance() 2428 …tic stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphGPOSInfoAdvance() argument 2486 needle=glyph2; in stbtt__GetGlyphGPOSInfoAdvance() 2516 int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2); in stbtt__GetGlyphGPOSInfoAdvance()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 801 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2); 2285 static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphKernInfoAdvance() argument 2301 needle = glyph1 << 16 | glyph2; in stbtt__GetGlyphKernInfoAdvance() 2428 …tic stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphGPOSInfoAdvance() argument 2486 needle=glyph2; in stbtt__GetGlyphGPOSInfoAdvance() 2516 int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2); in stbtt__GetGlyphGPOSInfoAdvance()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 785 STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2); 2269 static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphKernInfoAdvance() argument 2285 needle = glyph1 << 16 | glyph2; in stbtt__GetGlyphKernInfoAdvance() 2410 …tic stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo *info, int glyph1, int glyph2) in stbtt__GetGlyphGPOSInfoAdvance() argument 2468 needle=glyph2; in stbtt__GetGlyphGPOSInfoAdvance() 2498 int glyph2class = stbtt__GetGlyphClass(table + classDef2Offset, glyph2); in stbtt__GetGlyphGPOSInfoAdvance()
|