Home
last modified time | relevance | path

Searched refs:get_glyph_h_kerning (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.hh304 hb_position_t get_glyph_h_kerning (hb_codepoint_t left_glyph, in get_glyph_h_kerning() function
529 *x = get_glyph_h_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction()
Dhb-font.cc355 …return font->parent_scale_x_distance (font->parent->get_glyph_h_kerning (left_glyph, right_glyph)); in hb_font_get_glyph_h_kerning_default()
945 return font->get_glyph_h_kerning (left_glyph, right_glyph); in hb_font_get_glyph_h_kerning()