HomeSort by relevance Sort by last modified time
    Searched refs:apply_morx (Results 1 - 2 of 2) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-shape.hh 85 bool apply_morx : 1; member in struct:hb_ot_shape_plan_t
116 bool apply_morx : 1; member in struct:hb_ot_shape_planner_t
hb-ot-shape.cc 79 apply_morx (_hb_apply_morx (face))
86 if (apply_morx)
97 if (apply_morx)
127 plan.apply_morx = apply_morx;
135 else if (!apply_morx && !disable_gpos && hb_ot_layout_has_positioning (face))
205 if (unlikely (apply_morx))
321 if (planner->apply_morx)
747 if (c->plan->apply_morx)
882 if (c->plan->apply_morx)
    [all...]

Completed in 227 milliseconds