Searched defs:left_glyph (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/truetype/
H A Dttdriver.c85 /* left_glyph :: The index of the left glyph in the kern pair. */
107 FT_UInt left_glyph,
119 kerning->x = sfnt->get_kerning( face, left_glyph, right_glyph );
106 tt_get_kerning( FT_Face ttface, FT_UInt left_glyph, FT_UInt right_glyph, FT_Vector* kerning ) argument
/external/harfbuzz_ng/src/
H A Dhb-ft.cc156 hb_codepoint_t left_glyph,
164 if (FT_Get_Kerning (ft_face, left_glyph, right_glyph, mode, &kerningv))
154 hb_ft_get_glyph_h_kerning(hb_font_t *font, void *font_data, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
H A Dhb-font-private.hh254 inline hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
257 left_glyph, right_glyph,
261 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
264 left_glyph, right_glyph,
H A Dhb-font.cc129 hb_codepoint_t left_glyph,
134 return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph));
380 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
382 return font->get_glyph_h_kerning (left_glyph, right_glyph);
387 hb_codepoint_t left_glyph, hb_codepoint_t right_glyph)
389 return font->get_glyph_v_kerning (left_glyph, right_glyph);
127 hb_font_get_glyph_h_kerning_nil(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph, void *user_data HB_UNUSED) argument
379 hb_font_get_glyph_h_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument
386 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t left_glyph, hb_codepoint_t right_glyph) argument

Completed in 261 milliseconds