Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ot-map.cc103 bool auto_zwnj, in add_lookups() argument
130 lookup->auto_zwnj = auto_zwnj; in add_lookups()
262 map->auto_zwnj = !(info->flags & F_MANUAL_ZWNJ); in compile()
306 m.features[i].auto_zwnj, in compile()
322 m.lookups[table_index][j].auto_zwnj &= m.lookups[table_index][i].auto_zwnj; in compile()
Dhb-ot-map.hh56 unsigned int auto_zwnj : 1; member
66 unsigned short auto_zwnj : 1; member
238 bool auto_zwnj = true,
Dhb-ot-layout-gsubgpos.hh340 matcher.set_ignore_zwnj (c->table_index == 1 || (context_match && c->auto_zwnj)); in init()
473 bool auto_zwnj; member
502 auto_zwnj (true), in hb_ot_apply_context_t()
515 void set_auto_zwnj (bool auto_zwnj_) { auto_zwnj = auto_zwnj_; init_iters (); } in set_auto_zwnj()
Dhb-ot-layout.cc1908 c.set_auto_zwnj (lookups[table_index][i].auto_zwnj); in apply()