Searched refs:get_glyph_origin_for_direction (Results 1 – 2 of 2) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-font-private.hh | 338 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, in get_glyph_origin_for_direction() function 390 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in add_glyph_origin_for_direction() 422 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); in subtract_glyph_origin_for_direction()
|
D | hb-font.cc | 951 return font->get_glyph_origin_for_direction (glyph, direction, x, y); in hb_font_get_glyph_origin_for_direction()
|