HomeSort by relevance Sort by last modified time
    Searched defs:auto_zwj (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh 53 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
61 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
147 bool auto_zwj);
hb-ot-layout-gsubgpos-private.hh 264 bool auto_zwj; member in struct:OT::hb_apply_context_t
282 auto_zwj (auto_zwj_),
389 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
459 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-map-private.hh 53 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
61 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
142 bool auto_zwj);
hb-ot-layout-gsubgpos-private.hh 264 bool auto_zwj; member in struct:OT::hb_apply_context_t
282 auto_zwj (auto_zwj_),
389 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
459 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]

Completed in 52 milliseconds