Home | History | Annotate | Download | only in src

Lines Matching defs:RuleSet

1174 struct RuleSet
1243 unsigned int count = ruleSet.len;
1246 const RuleSet &rule_set = this+ruleSet[i];
1261 unsigned int count = ruleSet.len;
1263 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1270 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1290 const RuleSet &rule_set = this+ruleSet[index];
1300 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1308 OffsetArrayOf<RuleSet>
1309 ruleSet; /* Array of RuleSet tables
1312 DEFINE_SIZE_ARRAY (6, ruleSet);
1331 unsigned int count = ruleSet.len;
1334 const RuleSet &rule_set = this+ruleSet[i];
1350 unsigned int count = ruleSet.len;
1352 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1361 const RuleSet &rule_set = this+ruleSet[index];
1382 const RuleSet &rule_set = this+ruleSet[index];
1392 return TRACE_RETURN (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1403 OffsetArrayOf<RuleSet>
1404 ruleSet; /* Array of RuleSet tables
1407 DEFINE_SIZE_ARRAY (8, ruleSet);
1803 unsigned int count = ruleSet.len;
1806 const ChainRuleSet &rule_set = this+ruleSet[i];
1821 unsigned int count = ruleSet.len;
1823 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1830 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1849 const ChainRuleSet &rule_set = this+ruleSet[index];
1859 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1868 ruleSet; /* Array of ChainRuleSet tables
1871 DEFINE_SIZE_ARRAY (6, ruleSet);
1893 unsigned int count = ruleSet.len;
1896 const ChainRuleSet &rule_set = this+ruleSet[i];
1917 unsigned int count = ruleSet.len;
1919 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1931 const ChainRuleSet &rule_set = this+ruleSet[index];
1957 const ChainRuleSet &rule_set = this+ruleSet[index];
1971 ruleSet.sanitize (c, this));
1992 ruleSet; /* Array of ChainRuleSet tables
1995 DEFINE_SIZE_ARRAY (12, ruleSet);