Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-font.hh312 hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, in get_glyph_v_kerning() function
532 *y = get_glyph_v_kerning (first_glyph, second_glyph); in get_glyph_kerning_for_direction()
Dhb-font.cc374 …return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph)); in hb_font_get_glyph_v_kerning_default()
965 return font->get_glyph_v_kerning (top_glyph, bottom_glyph); in hb_font_get_glyph_v_kerning()