Home
last modified time | relevance | path

Searched refs:right_glyph (Results 1 – 14 of 14) 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/harfbuzz_ng/src/
Dhb-ot-font.cc137 hb_codepoint_t right_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.cc218 hb_codepoint_t right_glyph, in hb_font_get_glyph_h_kerning_nil() argument
227 hb_codepoint_t right_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-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.cc281 hb_codepoint_t right_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.c202 FT_UInt right_glyph, in tt_get_kerning() argument
213 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph ); in tt_get_kerning()
/external/freetype/include/freetype/internal/
Dftdrv.h73 FT_UInt right_glyph,
Dsfnt.h547 FT_UInt right_glyph );
/external/freetype/src/type1/
Dt1driver.c703 FT_UInt right_glyph, in Get_Kerning() argument
715 right_glyph, in Get_Kerning()
/external/freetype/src/cff/
Dcffdrivr.c111 FT_UInt right_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.h3444 FT_UInt right_glyph,
/external/freetype/src/base/
Dftobjs.c3349 FT_UInt right_glyph, in FT_Get_Kerning() argument
3372 right_glyph, in FT_Get_Kerning()