Lines Matching refs:accel
1331 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_forward() argument
1338 if (accel.may_have (buffer->cur().codepoint) && in apply_forward()
1342 applied = accel.apply (c); in apply_forward()
1355 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_backward() argument
1361 if (accel.may_have (buffer->cur().codepoint) && in apply_backward()
1364 ret |= accel.apply (c); in apply_backward()
1378 const OT::hb_ot_layout_lookup_accelerator_t &accel) in apply_string() argument
1395 ret = apply_forward (c, accel); in apply_string()
1411 apply_backward (c, accel); in apply_string()
1470 const OT::hb_ot_layout_lookup_accelerator_t &accel) in hb_ot_layout_substitute_lookup() argument
1472 apply_string<GSUBProxy> (c, lookup, accel); in hb_ot_layout_substitute_lookup()