HomeSort by relevance Sort by last modified time
    Searched refs:auto_zwj (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-ot-map.cc 89 bool auto_zwj)
117 lookup->auto_zwj = auto_zwj;
254 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
304 m.features[i].auto_zwj);
319 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj;
hb-ot-map-private.hh 54 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
63 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
207 bool auto_zwj = true);
hb-ot-layout-gsubgpos-private.hh 309 matcher.set_ignore_zwj (c->table_index == 1 || (context_match || c->auto_zwj));
443 bool auto_zwj; member in struct:OT::hb_apply_context_t
463 auto_zwj (true),
467 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
    [all...]
hb-ot-layout.cc     [all...]

Completed in 519 milliseconds