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 88 bool auto_zwj)
115 lookup->auto_zwj = auto_zwj;
246 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
288 true /* auto_zwj */);
296 m.features[i].auto_zwj);
310 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj;
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
199 bool auto_zwj);
hb-ot-layout-gsubgpos-private.hh 351 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
466 bool auto_zwj; member in struct:OT::hb_apply_context_t
485 auto_zwj (true),
498 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
    [all...]
hb-ot-layout.cc     [all...]

Completed in 53 milliseconds