Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map.cc39 bool auto_zwj) in add_lookups() argument
65 lookup->auto_zwj = auto_zwj; in add_lookups()
232 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
273 m.features[i].auto_zwj); in compile()
287 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile()
Dhb-ot-map-private.hh53 unsigned int auto_zwj : 1; member
61 unsigned short auto_zwj : 1; member
146 bool auto_zwj);
Dhb-ot-layout-gsubgpos-private.hh288 bool auto_zwj; member
304 auto_zwj (true), in hb_apply_context_t()
313 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; } in set_auto_zwj()
409 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj); in skipping_forward_iterator_t()
479 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj); in skipping_backward_iterator_t()
Dhb-ot-layout.cc918 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()