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.cc89 bool auto_zwj) in add_lookups() argument
117 lookup->auto_zwj = auto_zwj; in add_lookups()
254 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ); in compile()
304 m.features[i].auto_zwj); in compile()
319 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj; in compile()
Dhb-ot-map-private.hh54 unsigned int auto_zwj : 1; member
63 unsigned short auto_zwj : 1; member
207 bool auto_zwj = true);
Dhb-ot-layout-gsubgpos-private.hh309 matcher.set_ignore_zwj (c->table_index == 1 || (context_match || c->auto_zwj)); in init()
443 bool auto_zwj; member
463 auto_zwj (true), in hb_apply_context_t()
467 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; } in set_auto_zwj()
Dhb-ot-layout.cc1226 c.set_auto_zwj (lookups[table_index][i].auto_zwj); in apply()