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

  /external/harfbuzz_ng/src/
hb-ot-map.cc 37 bool auto_zwj)
57 lookup->auto_zwj = auto_zwj;
116 lookups[table_index][i].auto_zwj);
127 lookups[table_index][i].auto_zwj);
140 lookups[table_index][i].auto_zwj);
149 lookups[table_index][i].auto_zwj);
246 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
289 m.features[i].auto_zwj);
303 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj
    [all...]
hb-ot-layout-private.hh 210 hb_bool_t auto_zwj);
228 hb_bool_t auto_zwj);
hb-ot-map-private.hh 53 unsigned int auto_zwj : 1; member in struct:hb_ot_map_t::feature_map_t
61 unsigned short auto_zwj : 1; member in struct:hb_ot_map_t::lookup_map_t
142 bool auto_zwj);
hb-ot-layout.cc 670 hb_bool_t auto_zwj)
674 OT::hb_apply_context_t c (0, font, buffer, mask, auto_zwj);
720 hb_bool_t auto_zwj)
724 OT::hb_apply_context_t c (1, font, buffer, mask, auto_zwj);
hb-ot-layout-gsubgpos-private.hh 264 bool auto_zwj; member in struct:OT::hb_apply_context_t
282 auto_zwj (auto_zwj_),
389 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
459 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
    [all...]

Completed in 691 milliseconds