Searched refs:postprocess_glyphs (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-shape-complex.hh | 114 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
|
D | hb-ot-shape.cc | 785 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/ |
D | hb-ot-shape-complex.hh | 115 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
|
D | hb-ot-shape.cc | 897 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/ |
D | hb-ot-shape-complex.hh | 115 void (*postprocess_glyphs) (const hb_ot_shape_plan_t *plan, member
|
D | hb-ot-shape.cc | 958 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/ |
D | 0001-cve.patch | 41293 if (c->plan->shaper->postprocess_glyphs && 41295 c->plan->shaper->postprocess_glyphs (c->plan, c->buffer, c->font);
|