Home | History | Annotate | Download | only in src

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);
317 (this+sequence[iter.get_coverage ()]).closure (c);
330 inline const Coverage &get_coverage (void) const
338 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
345 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);
442 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
456 const AlternateSet &alt_set = this+alternateSet[iter.get_coverage ()];
463 inline const Coverage &get_coverage (void) const
471 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
479 unsigned int index = (this+coverage).get_coverage (glyph_id);
762 (this+ligatureSet[iter.get_coverage ()]).closure (c);
772 (this+ligatureSet[iter.get_coverage ()]).collect_glyphs (c);
776 inline const Coverage &get_coverage (void) const
784 unsigned int index = (this+coverage).get_coverage (c->glyphs[0]);
796 unsigned int index = (this+coverage).get_coverage (glyph_id);
925 c->glyphs->add (substitute[iter.get_coverage ()]);
953 inline const Coverage &get_coverage (void) const
961 return TRACE_RETURN (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
970 unsigned int index = (this+coverage).get_coverage (c->buffer->cur().codepoint);