Home
last modified time | relevance | path

Searched refs:top_glyph (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-deprecated.h213 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
Dhb-font.cc361 hb_codepoint_t top_glyph HB_UNUSED, in hb_font_get_glyph_v_kerning_nil()
370 hb_codepoint_t top_glyph, in hb_font_get_glyph_v_kerning_default() argument
374 …return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph)); in hb_font_get_glyph_v_kerning_default()
963 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) in hb_font_get_glyph_v_kerning() argument
965 return font->get_glyph_v_kerning (top_glyph, bottom_glyph); in hb_font_get_glyph_v_kerning()
Dhb-font.hh312 hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, in get_glyph_v_kerning()
316 top_glyph, bottom_glyph, in get_glyph_v_kerning()