Searched defs:top_glyph (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-font-private.hh256 inline hb_position_t get_glyph_v_kerning (hb_codepoint_t top_glyph, hb_codepoint_t bottom_glyph) argument
259 top_glyph, bottom_glyph,
H A Dhb-font.cc236 hb_codepoint_t top_glyph,
245 hb_codepoint_t top_glyph,
249 return font->parent_scale_y_distance (font->parent->get_glyph_v_kerning (top_glyph, bottom_glyph));
784 * @top_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

Completed in 113 milliseconds