Home
last modified time | relevance | path

Searched refs:requested_kerning (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-shape.hh88 bool requested_kerning : 1; member
90 static constexpr bool requested_kerning = false; member
Dhb-aat-layout-kerx-table.hh107 if (!c->plan->requested_kerning) in apply()
352 if (!c->plan->requested_kerning && in apply()
406 if (!c->plan->requested_kerning) in apply()
662 if (!c->plan->requested_kerning) in apply()
Dhb-ot-kern-table.hh66 if (!c->plan->requested_kerning) in apply()
Dhb-ot-shape.cc126 plan.requested_kerning = !!plan.kern_mask; in compile()