Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-shape.cc79 apply_morx (_hb_apply_morx (face)) in hb_ot_shape_planner_t()
86 if (apply_morx) in hb_ot_shape_planner_t()
97 if (apply_morx) in compile()
127 plan.apply_morx = apply_morx; in compile()
135 else if (!apply_morx && !disable_gpos && hb_ot_layout_has_positioning (face)) in compile()
205 if (unlikely (apply_morx)) in substitute()
321 if (planner->apply_morx) in hb_ot_shape_collect_features()
747 if (c->plan->apply_morx) in hb_ot_substitute_post()
882 if (c->plan->apply_morx) in hb_ot_position_complex()
Dhb-ot-shape.hh85 bool apply_morx : 1; member
116 bool apply_morx : 1; member