Home
last modified time | relevance | path

Searched refs:apply_kerx (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.hh115 bool apply_kerx : 1; member
119 static constexpr bool apply_kerx = false; member
Dhb-ot-shape.cc160 plan.apply_kerx = true; in compile()
166 plan.apply_kerx = true; in compile()
169 if (!plan.apply_kerx && !has_gpos_kern) in compile()
174 plan.apply_kerx = true; in compile()
184 !plan.apply_kerx && in compile()
193 !plan.apply_kerx && in compile()
268 else if (this->apply_kerx) in position()