Home | History | Annotate | Download | only in src

Lines Matching refs:get_coverage

213   inline const char *get_name (void) { return "GET_COVERAGE"; }
217 inline return_t dispatch (const T &obj) { return obj.get_coverage (); }
677 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED;
1252 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1260 inline const Coverage &get_coverage (void) const
1268 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1351 inline const Coverage &get_coverage (void) const
1359 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1441 inline const Coverage &get_coverage (void) const
1449 unsigned int index = (this+coverage[0]).get_coverage (c->buffer->cur().codepoint);
1811 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])];
1819 inline const Coverage &get_coverage (void) const
1827 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
1922 inline const Coverage &get_coverage (void) const
1930 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
2042 inline const Coverage &get_coverage (void) const
2053 unsigned int index = (this+input[0]).get_coverage (c->buffer->cur().codepoint);