Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape.hh82 bool apply_gpos : 1; member
Dhb-ot-shape.cc146 plan.apply_gpos = true; in compile()
170 plan.adjust_mark_positioning_when_zeroing = !plan.apply_gpos && in compile()
233 if (this->apply_gpos) in position()
/third_party/harfbuzz/src/
Dhb-ot-shape.hh109 bool apply_gpos : 1; member
Dhb-ot-shape.cc159 plan.apply_gpos = true; in compile()
161 if (!plan.apply_kerx && (!has_gpos_kern || !plan.apply_gpos)) in compile()
184 plan.adjust_mark_positioning_when_zeroing = !plan.apply_gpos && in compile()
263 if (this->apply_gpos) in position()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-shape.hh109 bool apply_gpos : 1; member
Dhb-ot-shape.cc166 plan.apply_gpos = true; in compile()
168 if (!plan.apply_kerx && (!has_gpos_kern || !plan.apply_gpos)) in compile()
181 plan.apply_fallback_kern = !(plan.apply_gpos || plan.apply_kerx || plan.apply_kern); in compile()
192 plan.adjust_mark_positioning_when_zeroing = !plan.apply_gpos && in compile()
277 if (this->apply_gpos) in position()
/third_party/chromium/patch/
D0001-cve.patch41276 + if (c->plan->apply_morx && c->plan->apply_gpos)
41287 + if (c->plan->apply_morx && !c->plan->apply_gpos)