Home
last modified time | relevance | path

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

/external/freetype/src/sfnt/
Dttkern.h41 FT_UInt left_glyph,
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()
/external/freetype/src/truetype/
Dttdriver.c204 FT_UInt left_glyph, in tt_get_kerning() argument
216 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/freetype/include/freetype/internal/
Dftdrv.h72 FT_UInt left_glyph,
Dsfnt.h695 FT_UInt left_glyph,
/external/harfbuzz_ng/src/
Dhb-font.cc342 hb_codepoint_t left_glyph HB_UNUSED, in hb_font_get_glyph_h_kerning_nil()
351 hb_codepoint_t left_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()
967 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) in hb_font_get_glyph_h_kerning() argument
969 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()
Dhb-font.hh306 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning()
313 left_glyph, right_glyph, in get_glyph_h_kerning()
Dhb-ft.cc355 hb_codepoint_t left_glyph, in hb_ft_get_glyph_h_kerning() argument
363 if (FT_Get_Kerning (ft_font->ft_face, left_glyph, right_glyph, mode, &kerningv)) in hb_ft_get_glyph_h_kerning()
Dhb-font.h503 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph);
/external/freetype/src/type1/
Dt1driver.c727 FT_UInt left_glyph, in Get_Kerning() argument
739 left_glyph, in Get_Kerning()
/external/freetype/src/cff/
Dcffdrivr.c113 FT_UInt left_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.h3477 FT_UInt left_glyph,
/external/freetype/src/base/
Dftobjs.c3392 FT_UInt left_glyph, in FT_Get_Kerning() argument
3415 left_glyph, in FT_Get_Kerning()