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 39 bool auto_zwj)
65 lookup->auto_zwj = auto_zwj;
232 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
266 true /* auto_zwj */);
273 m.features[i].auto_zwj);
287 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
146 bool auto_zwj);
hb-ot-layout-gsubgpos-private.hh 288 bool auto_zwj; member in struct:OT::hb_apply_context_t
304 auto_zwj (true),
313 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
409 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
479 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]
hb-ot-layout.cc 918 c.set_auto_zwj (lookups[table_index][i].auto_zwj);

Completed in 146 milliseconds