Home
last modified time | relevance | path

Searched refs:lookup_mask (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-layout-gsub-table.hh513 hb_mask_t lookup_mask = c->lookup_mask; in apply() local
516 unsigned int shift = hb_ctz (lookup_mask); in apply()
517 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply()
Dhb-ot-layout.cc1339 (buffer->cur().mask & c->lookup_mask) && in apply_forward()
1362 (buffer->cur().mask & c->lookup_mask) && in apply_backward()
1382 if (unlikely (!buffer->len || !c->lookup_mask)) in apply_string()
Dhb-ot-layout-gsubgpos.hh343 matcher.set_mask (context_match ? -1 : c->lookup_mask); in init()
465 hb_mask_t lookup_mask; member
489 lookup_mask (1), in hb_ot_apply_context_t()
507 void set_lookup_mask (hb_mask_t mask) { lookup_mask = mask; init_iters (); } in set_lookup_mask()