Home
last modified time | relevance | path

Searched refs:get_glyph_advance_for_direction (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-fallback-shape.cc106 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
Dhb-font.hh400 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
Dhb-font.cc1094 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
/third_party/harfbuzz/src/
Dhb-fallback-shape.cc107 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
Dhb-font.hh403 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
Dhb-font.cc1218 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/
Dhb-fallback-shape.cc107 font->get_glyph_advance_for_direction (info[i].codepoint, in _hb_fallback_shape()
Dhb-font.hh405 void get_glyph_advance_for_direction (hb_codepoint_t glyph, in get_glyph_advance_for_direction() function
Dhb-font.cc1218 return font->get_glyph_advance_for_direction (glyph, direction, x, y); in hb_font_get_glyph_advance_for_direction()
/third_party/chromium/patch/
D0001-cve.patch31837 - return font->get_glyph_advance_for_direction (glyph, direction, x, y);
31838 + font->get_glyph_advance_for_direction (glyph, direction, x, y);