Searched refs:lookup_mask (Results 1 – 3 of 3) sorted by relevance
513 hb_mask_t lookup_mask = c->lookup_mask; in apply() local516 unsigned int shift = hb_ctz (lookup_mask); in apply()517 unsigned int alt_index = ((lookup_mask & glyph_mask) >> shift); in apply()
1339 (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()
343 matcher.set_mask (context_match ? -1 : c->lookup_mask); in init()465 hb_mask_t lookup_mask; member489 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()