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.hh515 hb_mask_t lookup_mask = c->lookup_mask; in apply() local
518 unsigned int shift = _hb_ctz (lookup_mask); in apply()
519 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply()
Dhb-ot-layout.cc1087 (buffer->cur().mask & c->lookup_mask) && in apply_forward()
1116 (buffer->cur().mask & c->lookup_mask) && in apply_backward()
1142 if (unlikely (!buffer->len || !c->lookup_mask)) in apply_string()
Dhb-ot-layout-gsubgpos-private.hh352 matcher.set_mask (context_match ? -1 : c->lookup_mask); in init()
465 hb_mask_t lookup_mask; member
484 lookup_mask (1), in hb_apply_context_t()
497 inline void set_lookup_mask (hb_mask_t mask) { lookup_mask = mask; } in set_lookup_mask()