Home
last modified time | relevance | path

Searched refs:postprocess_glyphs (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex.hh114 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
Dhb-ot-shape.cc785 if (c->plan->shaper->postprocess_glyphs) in hb_ot_substitute_post()
786 c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font); in hb_ot_substitute_post()
/third_party/harfbuzz/src/
Dhb-ot-shape-complex.hh115 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
Dhb-ot-shape.cc897 if (c->plan->shaper->postprocess_glyphs && in hb_ot_substitute_post()
899 c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font); in hb_ot_substitute_post()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape-complex.hh115 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
Dhb-ot-shape.cc958 if (c->plan->shaper->postprocess_glyphs && in hb_ot_substitute_post()
960 c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font); in hb_ot_substitute_post()
/third_party/chromium/patch/
D0001-cve.patch41293 if (c->plan->shaper->postprocess_glyphs &&
41295 c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font);