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

  /external/harfbuzz_ng/src/
hb-ot-map.cc 99 bool auto_zwnj,
126 lookup->auto_zwnj = auto_zwnj;
257 map->auto_zwnj = !(info->flags & F_MANUAL_ZWNJ);
301 m.features[i].auto_zwnj,
317 m.lookups[table_index][j].auto_zwnj &= m.lookups[table_index][i].auto_zwnj;
hb-ot-map.hh 56 unsigned int auto_zwnj : 1; member in struct:hb_ot_map_t::feature_map_t
66 unsigned short auto_zwnj : 1; member in struct:hb_ot_map_t::lookup_map_t
238 bool auto_zwnj = true,
hb-ot-layout-gsubgpos.hh 340 matcher.set_ignore_zwnj (c->table_index == 1 || (context_match && c->auto_zwnj));
473 bool auto_zwnj; member in struct:OT::hb_ot_apply_context_t
496 auto_zwnj (true),
509 void set_auto_zwnj (bool auto_zwnj_) { auto_zwnj = auto_zwnj_; init_iters (); }
    [all...]
hb-ot-layout.cc     [all...]

Completed in 622 milliseconds