Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.c189 FT_UInt right_glyph ) in tt_face_get_kerning() argument
235 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
Dttkern.h42 FT_UInt right_glyph );
/external/freetype/src/truetype/
Dttdriver.c205 FT_UInt right_glyph, in tt_get_kerning() argument
216 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/harfbuzz_ng/src/
Dhb-deprecated.h210 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
Dhb-font.cc343 hb_codepoint_t right_glyph HB_UNUSED, in hb_font_get_glyph_h_kerning_nil()
352 hb_codepoint_t right_glyph, in hb_font_get_glyph_h_kerning_default() argument
355 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_default()
943 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument
945 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font.hh305 hb_codepoint_t right_glyph) in get_glyph_h_kerning()
308 left_glyph, right_glyph, in get_glyph_h_kerning()
/external/freetype/include/freetype/internal/
Dftdrv.h73 FT_UInt right_glyph,
Dsfnt.h703 FT_UInt right_glyph );
/external/freetype/src/type1/
Dt1driver.c726 FT_UInt right_glyph, in Get_Kerning() argument
738 right_glyph, in Get_Kerning()
/external/freetype/src/cff/
Dcffdrivr.c114 FT_UInt right_glyph, in cff_get_kerning() argument
125 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
/external/freetype/include/freetype/
Dfreetype.h3604 FT_UInt right_glyph,
/external/freetype/src/base/
Dftobjs.c3362 FT_UInt right_glyph, in FT_Get_Kerning() argument
3385 right_glyph, in FT_Get_Kerning()