Searched refs:auto_zwj (Results 1 - 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc89 bool auto_zwj)
117 lookup->auto_zwj = auto_zwj;
254 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
304 m.features[i].auto_zwj);
319 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj;
82 add_lookups(hb_ot_map_t &m, hb_face_t *face, unsigned int table_index, unsigned int feature_index, unsigned int variations_index, hb_mask_t mask, bool auto_zwnj, bool auto_zwj) argument
H A Dhb-ot-map-private.hh54 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
63 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
207 bool auto_zwj = true);
H A Dhb-ot-layout-gsubgpos-private.hh309 matcher.set_ignore_zwj (c->table_index == 1 || (context_match || c->auto_zwj));
443 bool auto_zwj; member in struct:OT::hb_apply_context_t
463 auto_zwj (true),
467 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
H A Dhb-ot-layout.cc1226 c.set_auto_zwj (lookups[table_index][i].auto_zwj);

Completed in 113 milliseconds