Lines Matching refs:oStart
1648 const SkOpSpanBase* oStart = oStartPtT->span(); in debugAddExpanded() local
1654 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded()
1655 const SkOpSpanBase* oTest = coin->flipped() ? oStart->prev() : oStart->upCast()->next(); in debugAddExpanded()
1658 const SkOpSegment* oSeg = oStart->segment(); in debugAddExpanded()
1702 oTest = oStart; in debugAddExpanded()
2059 const SkOpSpanBase* oStart = coin->oppPtTStartWritable()->span(); in debugMark() local
2066 swap(oStart, oEnd); in debugMark()
2070 start->debugInsertCoincidence(log, oStart->upCast()); in debugMark()
2073 const SkOpSegment* oSegment = oStart->segment(); in debugMark()
2075 const SkOpSpanBase* oNext = oStart; in debugMark()
2139 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() argument
2175 somethingBetween |= between(oStart, ptT->fT, oEnd); in DebugCheckBetween()