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.cc104 bool auto_zwj, in add_lookups() argument
131 lookup->auto_zwj = auto_zwj; in add_lookups()
263 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
307 m.features[i].auto_zwj, in compile()
323 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile()
Dhb-ot-map.hh57 unsigned int auto_zwj : 1; member
67 unsigned short auto_zwj : 1; member
239 bool auto_zwj = true,
Dhb-ot-layout-gsubgpos.hh342 matcher.set_ignore_zwj (context_match || c->auto_zwj); in init()
474 bool auto_zwj; member
503 auto_zwj (true), in hb_ot_apply_context_t()
514 void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; init_iters (); } in set_auto_zwj()
Dhb-ot-layout.cc1907 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()