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

  /external/harfbuzz_ng/src/
hb-ot-map.cc 100 bool auto_zwj,
127 lookup->auto_zwj = auto_zwj;
258 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
302 m.features[i].auto_zwj,
318 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj;
hb-ot-map.hh 57 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
67 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
239 bool auto_zwj = true,
hb-ot-layout-gsubgpos.hh 342 matcher.set_ignore_zwj (context_match || c->auto_zwj);
474 bool auto_zwj; member in struct:OT::hb_ot_apply_context_t
497 auto_zwj (true),
508 void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; init_iters (); }
    [all...]
hb-ot-layout.cc     [all...]

Completed in 160 milliseconds