Searched refs:lookup_mask (Results 1 – 3 of 3) sorted by relevance
515 hb_mask_t lookup_mask = c->lookup_mask; in apply() local518 unsigned int shift = _hb_ctz (lookup_mask); in apply()519 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply()
1087 (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()
352 matcher.set_mask (context_match ? -1 : c->lookup_mask); in init()465 hb_mask_t lookup_mask; member484 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()