Home | History | Annotate | Download | only in src

Lines Matching refs:rule_set

1251 	const RuleSet &rule_set = this+ruleSet[i];
1252 rule_set.closure (c, lookup_context);
1275 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1280 return_trace (rule_set.would_apply (c, lookup_context));
1295 const RuleSet &rule_set = this+ruleSet[index];
1300 return_trace (rule_set.apply (c, lookup_context));
1340 const RuleSet &rule_set = this+ruleSet[i];
1341 rule_set.closure (c, lookup_context);
1367 const RuleSet &rule_set = this+ruleSet[index];
1372 return_trace (rule_set.would_apply (c, lookup_context));
1388 const RuleSet &rule_set = this+ruleSet[index];
1393 return_trace (rule_set.apply (c, lookup_context));
1807 const ChainRuleSet &rule_set = this+ruleSet[i];
1808 rule_set.closure (c, lookup_context);
1831 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1836 return_trace (rule_set.would_apply (c, lookup_context));
1850 const ChainRuleSet &rule_set = this+ruleSet[index];
1855 return_trace (rule_set.apply (c, lookup_context));
1898 const ChainRuleSet &rule_set = this+ruleSet[i];
1899 rule_set.closure (c, lookup_context);
1933 const ChainRuleSet &rule_set = this+ruleSet[index];
1940 return_trace (rule_set.would_apply (c, lookup_context));
1959 const ChainRuleSet &rule_set = this+ruleSet[index];
1966 return_trace (rule_set.apply (c, lookup_context));