Searched refs:bottom_glyph (Results 1 - 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-font.cc237 hb_codepoint_t bottom_glyph,
246 hb_codepoint_t bottom_glyph,
249 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
785 * @bottom_glyph:
795 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph)
797 return font->get_glyph_v_kerning (top_glyph, bottom_glyph);
234 hb_font_get_glyph_v_kerning_nil(hb_font_t *font HB_UNUSED, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
243 hb_font_get_glyph_v_kerning_parent(hb_font_t *font, void *font_data HB_UNUSED, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph, void *user_data HB_UNUSED) argument
794 hb_font_get_glyph_v_kerning(hb_font_t *font, hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
H A Dhb-font-private.hh254 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
257 top_glyph, bottom_glyph,
H A Dhb-font.h434 hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph);

Completed in 82 milliseconds