Home | History | Annotate | Download | only in src

Lines Matching defs:RuleSet

1173 struct RuleSet
1242 unsigned int count = ruleSet.len;
1245 const RuleSet &rule_set = this+ruleSet[i];
1260 unsigned int count = ruleSet.len;
1262 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1269 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1289 const RuleSet &rule_set = this+ruleSet[index];
1299 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1307 OffsetArrayOf<RuleSet>
1308 ruleSet; /* Array of RuleSet tables
1311 DEFINE_SIZE_ARRAY (6, ruleSet);
1330 unsigned int count = ruleSet.len;
1333 const RuleSet &rule_set = this+ruleSet[i];
1349 unsigned int count = ruleSet.len;
1351 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1360 const RuleSet &rule_set = this+ruleSet[index];
1381 const RuleSet &rule_set = this+ruleSet[index];
1391 return TRACE_RETURN (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1402 OffsetArrayOf<RuleSet>
1403 ruleSet; /* Array of RuleSet tables
1406 DEFINE_SIZE_ARRAY (8, ruleSet);
1802 unsigned int count = ruleSet.len;
1805 const ChainRuleSet &rule_set = this+ruleSet[i];
1820 unsigned int count = ruleSet.len;
1822 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1829 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1848 const ChainRuleSet &rule_set = this+ruleSet[index];
1858 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1867 ruleSet; /* Array of ChainRuleSet tables
1870 DEFINE_SIZE_ARRAY (6, ruleSet);
1892 unsigned int count = ruleSet.len;
1895 const ChainRuleSet &rule_set = this+ruleSet[i];
1916 unsigned int count = ruleSet.len;
1918 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1930 const ChainRuleSet &rule_set = this+ruleSet[index];
1956 const ChainRuleSet &rule_set = this+ruleSet[index];
1970 ruleSet.sanitize (c, this));
1991 ruleSet; /* Array of ChainRuleSet tables
1994 DEFINE_SIZE_ARRAY (12, ruleSet);