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

/external/harfbuzz_ng/src/
H A Dhb-font-private.hh201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) function in struct:hb_font_t
334 *y = get_glyph_v_kerning (first_glyph, second_glyph);
H A Dhb-font.cc145 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
551 return font->get_glyph_v_kerning (top_glyph, bottom_glyph);

Completed in 304 milliseconds