Lines Matching refs:oEnd
1650 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
1651 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded()
1659 while (test != end || oTest != oEnd) { in debugAddExpanded()
1705 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded()
1712 if (oTest != oEnd) { in debugAddExpanded()
2061 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2066 swap(oStart, oEnd); in debugMark()
2071 end->debugInsertCoinEnd(log, oEnd); in debugMark()
2084 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2139 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() argument
2175 somethingBetween |= between(oStart, ptT->fT, oEnd); in DebugCheckBetween()