Searched refs:bottom_glyph (Results 1 – 5 of 5) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-font.cc | 141 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()
|
D | hb-font-private.hh | 201 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()
|
D | hb-ot-font.cc | 264 hb_codepoint_t bottom_glyph HB_UNUSED, in hb_ot_get_glyph_v_kerning()
|
D | hb-font.h | 347 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);
|
D | hb-ft.cc | 181 hb_codepoint_t bottom_glyph HB_UNUSED, in hb_ft_get_glyph_v_kerning()
|