Home | History | Annotate | Download | only in src

Lines Matching refs:mark_index

388 		     unsigned int mark_index, unsigned int glyph_index,
393 const MarkRecord &record = ArrayOf<MarkRecord>::operator[](mark_index);
1028 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint);
1029 if (likely (mark_index == NOT_COVERED)) return TRACE_RETURN (false);
1047 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
1132 unsigned int mark_index = (this+markCoverage).get_coverage (c->buffer->cur().codepoint);
1133 if (likely (mark_index == NOT_COVERED)) return TRACE_RETURN (false);
1167 return TRACE_RETURN ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j));