Lines Matching defs:ChainRule
3120 struct ChainRule struct
3125 bool intersects (const hb_set_t *glyphs, ChainContextClosureLookupContext &lookup_context) const in intersects()
3136 void closure (hb_closure_context_t *c, unsigned value, in closure()
3153 void closure_lookups (hb_closure_lookups_context_t *c, in closure_lookups()
3165 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs()
3179 bool would_apply (hb_would_apply_context_t *c, in would_apply()
3192 bool apply (hb_ot_apply_context_t *c, in apply()
3208 void serialize_array (hb_serialize_context_t *c, in serialize_array()
3217 bool serialize (hb_serialize_context_t *c, in serialize()
3248 bool subset (hb_subset_context_t *c, in subset()
3282 bool sanitize (hb_sanitize_context_t *c) const in sanitize()
3319 using ChainRule = OT::ChainRule<Types>; argument