Home | History | Annotate | Download | only in src

Lines Matching refs:MarkArray

43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
375 friend struct MarkArray;
386 * beginning of MarkArray table */
391 struct MarkArray : ArrayOf<MarkRecord> /* Array of MarkRecords--in Coverage order */
1058 return TRACE_RETURN ((this+markArray).apply (c, mark_index, base_index, this+baseArray, classCount, skippy_iter.idx));
1064 markArray.sanitize (c, this) && baseArray.sanitize (c, this, (unsigned int) classCount));
1076 OffsetTo<MarkArray>
1077 markArray; /* Offset to MarkArray table--from
1178 return TRACE_RETURN ((this+markArray).apply (c, mark_index, comp_index, lig_attach, classCount, j));
1184 markArray.sanitize (c, this) && ligatureArray.sanitize (c, this, (unsigned int) classCount));
1197 OffsetTo<MarkArray>
1198 markArray; /* Offset to MarkArray table--from
1316 OffsetTo<MarkArray>