/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-font-private.hh | 270 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, function in struct:hb_font_t 302 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); 314 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
|
hb-font.cc | 681 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
|
/external/harfbuzz_ng/src/ |
hb-font-private.hh | 335 inline void get_glyph_origin_for_direction (hb_codepoint_t glyph, function in struct:hb_font_t 362 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y); 374 get_glyph_origin_for_direction (glyph, direction, &origin_x, &origin_y);
|
hb-font.cc | 442 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
|