Lines Matching refs:oEnd
1627 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
1628 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded()
1636 while (test != end || oTest != oEnd) { in debugAddExpanded()
1682 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded()
1689 if (oTest != oEnd) { in debugAddExpanded()
2038 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2043 swap(oStart, oEnd); in debugMark()
2048 end->debugInsertCoinEnd(log, oEnd); in debugMark()
2061 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2116 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() argument
2152 somethingBetween |= between(oStart, ptT->fT, oEnd); in DebugCheckBetween()