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.cc88 bool auto_zwj) in add_lookups() argument
115 lookup->auto_zwj = auto_zwj; in add_lookups()
246 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
296 m.features[i].auto_zwj); in compile()
310 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
199 bool auto_zwj);
Dhb-ot-layout-gsubgpos-private.hh351 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj); in init()
466 bool auto_zwj; member
485 auto_zwj (true), in hb_apply_context_t()
498 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; } in set_auto_zwj()
Dhb-ot-layout.cc1198 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()