Searched defs:RuleSet (Results 1 – 5 of 5) sorted by relevance
29 public interface RuleSet { interface
27 public interface RuleSet { interface
20 RuleSet, enumerator
1364 struct RuleSet struct1366 bool intersects (const hb_set_t *glyphs, in intersects()1376 void closure (hb_closure_context_t *c, in closure()1385 void collect_glyphs (hb_collect_glyphs_context_t *c, in collect_glyphs()1394 bool would_apply (hb_would_apply_context_t *c, in would_apply()1407 bool apply (hb_ot_apply_context_t *c, in apply()1420 bool sanitize (hb_sanitize_context_t *c) const in sanitize()1428 rule; /* Array of Rule tables
559 const LegalizeRuleSet &RuleSet = getActionDefinitions(Opcode); in verify() local