Home | History | Annotate | Download | only in src

Lines Matching refs:rule_set

1265 	const RuleSet &rule_set = this+ruleSet[i];
1266 rule_set.closure (c, lookup_context);
1289 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1294 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1309 const RuleSet &rule_set = this+ruleSet[index];
1314 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1353 const RuleSet &rule_set = this+ruleSet[i];
1354 rule_set.closure (c, lookup_context);
1380 const RuleSet &rule_set = this+ruleSet[index];
1385 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1401 const RuleSet &rule_set = this+ruleSet[index];
1406 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1826 const ChainRuleSet &rule_set = this+ruleSet[i];
1827 rule_set.closure (c, lookup_context);
1850 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1855 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1869 const ChainRuleSet &rule_set = this+ruleSet[index];
1874 return TRACE_RETURN (rule_set.apply (c, lookup_context));
1916 const ChainRuleSet &rule_set = this+ruleSet[i];
1917 rule_set.closure (c, lookup_context);
1951 const ChainRuleSet &rule_set = this+ruleSet[index];
1958 return TRACE_RETURN (rule_set.would_apply (c, lookup_context));
1977 const ChainRuleSet &rule_set = this+ruleSet[index];
1984 return TRACE_RETURN (rule_set.apply (c, lookup_context));