Lines Matching refs:get_coverage
238 return_t dispatch (const T &obj) { return obj.get_coverage (); } in dispatch()
638 obj_.get_coverage ().add_coverage (&digest); in init()
761 return (data+coverage).get_coverage (glyph_id) != NOT_COVERED; in match_coverage()
1494 const RuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()
1502 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1507 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1619 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
1624 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
1727 const Coverage &get_coverage () const { return this+coverageZ[0]; } in get_coverage() function
1732 unsigned int index = (this+coverageZ[0]).get_coverage (c->buffer->cur().codepoint); in apply()
2260 const ChainRuleSet &rule_set = this+ruleSet[(this+coverage).get_coverage (c->glyphs[0])]; in would_apply()
2268 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
2273 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
2417 const Coverage &get_coverage () const { return this+coverage; } in get_coverage() function
2422 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint); in apply()
2605 const Coverage &get_coverage () const in get_coverage() function
2616 unsigned int index = (this+input[0]).get_coverage (c->buffer->cur().codepoint); in apply()