Home | History | Annotate | Download | only in src

Lines Matching refs:RuleSet

1193 struct RuleSet
1262 unsigned int count = ruleSet.len;
1265 const RuleSet &rule_set = this+ruleSet[i];
1280 unsigned int count = ruleSet.len;
1282 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1289 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1309 const RuleSet &rule_set = this+ruleSet[index];
1319 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1327 OffsetArrayOf<RuleSet>
1328 ruleSet; /* Array of RuleSet tables
1331 DEFINE_SIZE_ARRAY (6, ruleSet);
1350 unsigned int count = ruleSet.len;
1353 const RuleSet &rule_set = this+ruleSet[i];
1369 unsigned int count = ruleSet.len;
1371 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1380 const RuleSet &rule_set = this+ruleSet[index];
1401 const RuleSet &rule_set = this+ruleSet[index];
1411 return TRACE_RETURN (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1422 OffsetArrayOf<RuleSet>
1423 ruleSet; /* Array of RuleSet tables
1426 DEFINE_SIZE_ARRAY (8, ruleSet);
1823 unsigned int count = ruleSet.len;
1826 const ChainRuleSet &rule_set = this+ruleSet[i];
1841 unsigned int count = ruleSet.len;
1843 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1850 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1869 const ChainRuleSet &rule_set = this+ruleSet[index];
1879 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1888 ruleSet; /* Array of ChainRuleSet tables
1891 DEFINE_SIZE_ARRAY (6, ruleSet);
1913 unsigned int count = ruleSet.len;
1916 const ChainRuleSet &rule_set = this+ruleSet[i];
1937 unsigned int count = ruleSet.len;
1939 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1951 const ChainRuleSet &rule_set = this+ruleSet[index];
1977 const ChainRuleSet &rule_set = this+ruleSet[index];
1991 ruleSet.sanitize (c, this));
2012 ruleSet; /* Array of ChainRuleSet tables
2015 DEFINE_SIZE_ARRAY (12, ruleSet);