Home | History | Annotate | Download | only in src

Lines Matching defs:ruleSet

1156 struct RuleSet
1225 unsigned int count = ruleSet.len;
1228 const RuleSet &rule_set = this+ruleSet[i];
1243 unsigned int count = ruleSet.len;
1245 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1272 const RuleSet &rule_set = this+ruleSet[index];
1282 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1290 OffsetArrayOf<RuleSet>
1291 ruleSet; /* Array of RuleSet tables
1294 DEFINE_SIZE_ARRAY (6, ruleSet);
1313 unsigned int count = ruleSet.len;
1316 const RuleSet &rule_set = this+ruleSet[i];
1332 unsigned int count = ruleSet.len;
1334 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1343 const RuleSet &rule_set = this+ruleSet[index];
1364 const RuleSet &rule_set = this+ruleSet[index];
1374 return TRACE_RETURN (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1385 OffsetArrayOf<RuleSet>
1386 ruleSet; /* Array of RuleSet tables
1389 DEFINE_SIZE_ARRAY (8, ruleSet);
1784 unsigned int count = ruleSet.len;
1787 const ChainRuleSet &rule_set = this+ruleSet[i];
1802 unsigned int count = ruleSet.len;
1804 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1811 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1830 const ChainRuleSet &rule_set = this+ruleSet[index];
1840 return TRACE_RETURN (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1849 ruleSet; /* Array of ChainRuleSet tables
1852 DEFINE_SIZE_ARRAY (6, ruleSet);
1874 unsigned int count = ruleSet.len;
1877 const ChainRuleSet &rule_set = this+ruleSet[i];
1898 unsigned int count = ruleSet.len;
1900 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1912 const ChainRuleSet &rule_set = this+ruleSet[index];
1938 const ChainRuleSet &rule_set = this+ruleSet[index];
1952 ruleSet.sanitize (c, this));
1973 ruleSet; /* Array of ChainRuleSet tables
1976 DEFINE_SIZE_ARRAY (12, ruleSet);