Searched refs:auto_zwj (Results 1 - 9 of 9) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc37 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
33 add_lookups(hb_face_t *face, unsigned int table_index, unsigned int feature_index, hb_mask_t mask, bool auto_zwj) argument
[all...]
H A Dhb-ot-layout-private.hh210 hb_bool_t auto_zwj);
228 hb_bool_t auto_zwj);
H A Dhb-ot-map-private.hh53 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);
H A Dhb-ot-layout.cc670 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);
666 hb_ot_layout_substitute_lookup(hb_font_t *font, hb_buffer_t *buffer, unsigned int lookup_index, hb_mask_t mask, hb_bool_t auto_zwj) argument
716 hb_ot_layout_position_lookup(hb_font_t *font, hb_buffer_t *buffer, unsigned int lookup_index, hb_mask_t mask, hb_bool_t auto_zwj) argument
H A Dhb-ot-layout-gsubgpos-private.hh264 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);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-map.cc39 bool auto_zwj)
65 lookup->auto_zwj = auto_zwj;
206 map->auto_zwj = !(info->flags & F_MANUAL_ZWJ);
249 m.features[i].auto_zwj);
263 m.lookups[table_index][j].auto_zwj &= m.lookups[table_index][i].auto_zwj;
35 add_lookups(hb_face_t *face, unsigned int table_index, unsigned int feature_index, hb_mask_t mask, bool auto_zwj) argument
H A Dhb-ot-map-private.hh53 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
146 bool auto_zwj);
H A Dhb-ot-layout-gsubgpos-private.hh269 bool auto_zwj; member in struct:OT::hb_apply_context_t
285 auto_zwj (true),
294 inline void set_auto_zwj (bool auto_zwj_) { auto_zwj = auto_zwj_; }
394 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
464 matcher.set_ignore_zwj (context_match || c->table_index == 1 || c->auto_zwj);
H A Dhb-ot-layout.cc898 c.set_auto_zwj (lookups[table_index][i].auto_zwj);

Completed in 1759 milliseconds