Home
last modified time | relevance | path

Searched refs:left_glyph (Results 1 – 14 of 14) sorted by relevance

/external/freetype/src/sfnt/
Dttkern.c188 FT_UInt left_glyph, in tt_face_get_kerning() argument
235 FT_ULong key0 = TT_KERN_INDEX( left_glyph, right_glyph ); in tt_face_get_kerning()
Dttkern.h41 FT_UInt left_glyph,
/external/harfbuzz_ng/src/
Dhb-font.cc217 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_nil() argument
226 hb_codepoint_t left_glyph, in hb_font_get_glyph_h_kerning_parent() argument
230 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_parent()
776 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument
778 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-ot-font.cc136 hb_codepoint_t left_glyph, in hb_ot_get_glyph_h_kerning() argument
141 return font->em_scale_x (ot_font->kern->get_h_kerning (left_glyph, right_glyph)); in hb_ot_get_glyph_h_kerning()
Dhb-font-private.hh249 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in get_glyph_h_kerning()
252 left_glyph, right_glyph, in get_glyph_h_kerning()
Dhb-ft.cc280 hb_codepoint_t left_glyph, in hb_ft_get_glyph_h_kerning() argument
288 if (FT_Get_Kerning (ft_font->ft_face, left_glyph, right_glyph, mode, &kerningv)) in hb_ft_get_glyph_h_kerning()
Dhb-font.h431 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
/external/freetype/src/truetype/
Dttdriver.c201 FT_UInt left_glyph, in tt_get_kerning() argument
213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/freetype/src/type1/
Dt1driver.c702 FT_UInt left_glyph, in Get_Kerning() argument
714 left_glyph, in Get_Kerning()
/external/freetype/include/freetype/internal/
Dftdrv.h72 FT_UInt left_glyph,
Dsfnt.h546 FT_UInt left_glyph,
/external/freetype/src/cff/
Dcffdrivr.c110 FT_UInt left_glyph, in cff_get_kerning() argument
122 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in cff_get_kerning()
/external/freetype/include/freetype/
Dfreetype.h3443 FT_UInt left_glyph,
/external/freetype/src/base/
Dftobjs.c3348 FT_UInt left_glyph, in FT_Get_Kerning() argument
3371 left_glyph, in FT_Get_Kerning()