Searched refs:apply_deltas_to_points (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 536 bool apply_deltas_to_points (hb_codepoint_t glyph, hb_font_t *font, in apply_deltas_to_points() function
|
D | hb-ot-glyf-table.hh | 806 if (unlikely (!glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ()))) in get_points()
|
/third_party/harfbuzz/src/ |
D | hb-ot-var-gvar-table.hh | 532 bool apply_deltas_to_points (hb_codepoint_t glyph, hb_font_t *font, in apply_deltas_to_points() function
|
D | hb-ot-glyf-table.hh | 750 if (unlikely (!glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ()))) in get_points()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 33873 - if (unlikely (!glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ())… 33875 + glyf_accelerator.gvar->apply_deltas_to_points (gid, font, points.as_array ());
|