Searched refs:get_glyph_advance_for_direction (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-fallback-shape.cc | 106 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
|
D | hb-font.hh | 400 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
|
D | hb-font.cc | 1094 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
|
/third_party/harfbuzz/src/ |
D | hb-fallback-shape.cc | 107 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
|
D | hb-font.hh | 403 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
|
D | hb-font.cc | 1218 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-fallback-shape.cc | 107 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
|
D | hb-font.hh | 405 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
|
D | hb-font.cc | 1218 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 31837 - return font->get_glyph_advance_for_direction (glyph, direction, x, y); 31838 + font->get_glyph_advance_for_direction (glyph, direction, x, y);
|