Home
last modified time | relevance | path

Searched refs:bottom_glyph (Results 1 – 5 of 5) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-font.cc141 hb_codepoint_t bottom_glyph, in hb_font_get_glyph_v_kerning_nil() argument
145 …return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph)); in hb_font_get_glyph_v_kerning_nil()
549 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) in hb_font_get_glyph_v_kerning() argument
551 return font->get_glyph_v_kerning (top_glyph, bottom_glyph); in hb_font_get_glyph_v_kerning()
Dhb-font-private.hh201 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) in get_glyph_v_kerning()
204 top_glyph, bottom_glyph, in get_glyph_v_kerning()
Dhb-ot-font.cc264 hb_codepoint_t bottom_glyph HB_UNUSED, in hb_ot_get_glyph_v_kerning()
Dhb-font.h347 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
Dhb-ft.cc181 hb_codepoint_t bottom_glyph HB_UNUSED, in hb_ft_get_glyph_v_kerning()