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

  /external/harfbuzz_ng/src/
hb-ot-shape-complex-private.hh 149 /* disable_otl()
155 bool (*disable_otl) (const hb_ot_shape_plan_t *plan); member in struct:hb_ot_complex_shaper_t
hb-ot-shape.cc 796 bool disable_otl = c->plan->shaper->disable_otl && c->plan->shaper->disable_otl (c->plan); local
797 //c->fallback_substitute = disable_otl || !hb_ot_layout_has_substitution (c->face);
798 c->fallback_positioning = disable_otl || !hb_ot_layout_has_positioning (c->face);
799 c->fallback_glyph_classes = disable_otl || !hb_ot_layout_has_glyph_classes (c->face);

Completed in 105 milliseconds