Lines Matching refs:would_apply
131 return_t dispatch (const T &obj) { return obj.would_apply (this); } in dispatch()
1325 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
1404 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
1410 | hb_map ([&] (const Rule &_) { return _.would_apply (c, lookup_context); }) in would_apply()
1492 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1499 return rule_set.would_apply (c, lookup_context); in would_apply()
1607 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1616 return rule_set.would_apply (c, lookup_context); in would_apply()
1714 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
1977 bool would_apply (hb_would_apply_context_t *c, in would_apply() function
2139 …bool would_apply (hb_would_apply_context_t *c, ChainContextApplyLookupContext &lookup_context) con… in would_apply() function
2144 | hb_map ([&] (const ChainRule &_) { return _.would_apply (c, lookup_context); }) in would_apply()
2258 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
2265 return rule_set.would_apply (c, lookup_context); in would_apply()
2400 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function
2414 return rule_set.would_apply (c, lookup_context); in would_apply()
2589 bool would_apply (hb_would_apply_context_t *c) const in would_apply() function