Home | History | Annotate | Download | only in src

Lines Matching full:get_coverage

62   inline const Coverage &get_coverage (void) const
70 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
77 unsigned int index = (this+coverage).get_coverage (glyph_id);
125 c->glyphs->add (substitute[iter.get_coverage ()]);
135 c->output->add (substitute[iter.get_coverage ()]);
139 inline const Coverage &get_coverage (void) const
147 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
154 unsigned int index = (this+coverage).get_coverage (glyph_id);
329 (this+sequence[iter.get_coverage ()]).closure (c);
342 inline const Coverage &get_coverage (void) const
350 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
357 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
447 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
461 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
468 inline const Coverage &get_coverage (void) const
476 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
484 unsigned int index = (this+coverage).get_coverage (glyph_id);
770 (this+ligatureSet[iter.get_coverage ()]).closure (c);
780 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
784 inline const Coverage &get_coverage (void) const
792 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]);
804 unsigned int index = (this+coverage).get_coverage (glyph_id);
931 c->glyphs->add (substitute[iter.get_coverage ()]);
959 inline const Coverage &get_coverage (void) const
967 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
976 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);