Home | History | Annotate | Download | only in src

Lines Matching refs:RuleSet

1364 struct RuleSet
1444 unsigned int count = ruleSet.len;
1450 (this+ruleSet[iter.get_coverage ()]).intersects (glyphs, lookup_context))
1465 unsigned int count = ruleSet.len;
1471 (this+ruleSet[iter.get_coverage ()]).closure (c, lookup_context);
1485 unsigned int count = ruleSet.len;
1487 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1494 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1511 const RuleSet &rule_set = this+ruleSet[index];
1529 return_trace (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
1537 OffsetArrayOf<RuleSet>
1538 ruleSet; /* Array of RuleSet tables
1541 DEFINE_SIZE_ARRAY (6, ruleSet);
1559 unsigned int count = ruleSet.len;
1562 (this+ruleSet[i]).intersects (glyphs, lookup_context))
1581 unsigned int count = ruleSet.len;
1584 const RuleSet &rule_set = this+ruleSet[i];
1600 unsigned int count = ruleSet.len;
1602 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
1611 const RuleSet &rule_set = this+ruleSet[index];
1629 const RuleSet &rule_set = this+ruleSet[index];
1647 return_trace (coverage.sanitize (c, this) && classDef.sanitize (c, this) && ruleSet.sanitize (c, this));
1658 OffsetArrayOf<RuleSet>
1659 ruleSet; /* Array of RuleSet tables
1662 DEFINE_SIZE_ARRAY (8, ruleSet);
2108 unsigned int count = ruleSet.len;
2114 (this+ruleSet[iter.get_coverage ()]).intersects (glyphs, lookup_context))
2129 unsigned int count = ruleSet.len;
2135 (this+ruleSet[iter.get_coverage ()]).closure (c, lookup_context);
2149 unsigned int count = ruleSet.len;
2151 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
2158 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
2174 const ChainRuleSet &rule_set = this+ruleSet[index];
2192 return_trace (coverage.sanitize (c, this) && ruleSet.sanitize (c, this));
2201 ruleSet; /* Array of ChainRuleSet tables
2204 DEFINE_SIZE_ARRAY (6, ruleSet);
2225 unsigned int count = ruleSet.len;
2228 (this+ruleSet[i]).intersects (glyphs, lookup_context))
2250 unsigned int count = ruleSet.len;
2253 const ChainRuleSet &rule_set = this+ruleSet[i];
2274 unsigned int count = ruleSet.len;
2276 (this+ruleSet[i]).collect_glyphs (c, lookup_context);
2288 const ChainRuleSet &rule_set = this+ruleSet[index];
2311 const ChainRuleSet &rule_set = this+ruleSet[index];
2335 ruleSet.sanitize (c, this));
2356 ruleSet; /* Array of ChainRuleSet tables
2359 DEFINE_SIZE_ARRAY (12, ruleSet);