Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c473 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()
Dpfrobjs.h73 FT_UInt glyph2,
Dpfrtypes.h197 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
/third_party/freetype/src/pfr/
Dpfrobjs.c477 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()
Dpfrobjs.h73 FT_UInt glyph2,
Dpfrtypes.h196 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrobjs.c477 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()
Dpfrobjs.h73 FT_UInt glyph2,
Dpfrtypes.h196 PFR_KERN_INDEX( (pair)->glyph1, (pair)->glyph2 )
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1afm.h39 FT_UInt glyph2,
Dt1afm.c331 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/
Dt1afm.h39 FT_UInt glyph2,
Dt1afm.c331 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/
Dt1afm.h40 FT_UInt glyph2,
Dt1afm.c332 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/
Dimstb_truetype.h801 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/
Dimstb_truetype.h801 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/
Dimstb_truetype.h785 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()