Lines Matching refs:get_coverage

62   inline const Coverage &get_coverage (void) const
70 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
124 c->glyphs->add (substitute[iter.get_coverage ()]);
134 c->output->add (substitute[iter.get_coverage ()]);
138 inline const Coverage &get_coverage (void) const
146 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
153 unsigned int index = (this+coverage).get_coverage (glyph_id);
335 (this+sequence[iter.get_coverage ()]).closure (c);
348 inline const Coverage &get_coverage (void) const
356 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
363 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
460 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
474 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
481 inline const Coverage &get_coverage (void) const
489 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
497 unsigned int index = (this+coverage).get_coverage (glyph_id);
788 (this+ligatureSet[iter.get_coverage ()]).closure (c);
798 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
802 inline const Coverage &get_coverage (void) const
810 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]);
822 unsigned int index = (this+coverage).get_coverage (glyph_id);
951 c->glyphs->add (substitute[iter.get_coverage ()]);
979 inline const Coverage &get_coverage (void) const
987 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
996 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);