Home | History | Annotate | Download | only in src

Lines Matching refs:Rule

1127 struct Rule
1192 unsigned int num_rules = rule.len;
1194 (this+rule[i]).closure (c, lookup_context);
1200 unsigned int num_rules = rule.len;
1202 (this+rule[i]).collect_glyphs (c, lookup_context);
1208 unsigned int num_rules = rule.len;
1211 if ((this+rule[i]).would_apply (c, lookup_context))
1220 unsigned int num_rules = rule.len;
1223 if ((this+rule[i]).apply (c, lookup_context))
1232 return_trace (rule.sanitize (c, this));
1236 OffsetArrayOf<Rule>
1237 rule; /* Array of Rule tables
1240 DEFINE_SIZE_ARRAY (2, rule);
1752 unsigned int num_rules = rule.len;
1754 (this+rule[i]).closure (c, lookup_context);
1760 unsigned int num_rules = rule.len;
1762 (this+rule[i]).collect_glyphs (c, lookup_context);
1768 unsigned int num_rules = rule.len;
1770 if ((this+rule[i]).would_apply (c, lookup_context))
1779 unsigned int num_rules = rule.len;
1781 if ((this+rule[i]).apply (c, lookup_context))
1790 return_trace (rule.sanitize (c, this));
1795 rule; /* Array of ChainRule tables
1798 DEFINE_SIZE_ARRAY (2, rule);