HomeSort by relevance Sort by last modified time
    Searched refs:oEnd (Results 1 - 3 of 3) sorted by null

  /external/skia/src/pathops/
SkOpCoincidence.cpp 209 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span();
210 SkASSERT(oStart == oStart->starter(oEnd));
217 if (oNext == oEnd) {
391 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
392 SkOpSpanBase* oOldEnd = oEnd;
393 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd);
394 bool flipped = (end == oldEnd) != (oEnd == oOldEnd);
396 SkTSwap(oStart, oEnd);
405 if (next == end || oNext == oEnd) {
SkPathOpsPostSect.cpp 388 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span();
390 SkASSERT(oStart == oStart->starter(oEnd));
397 if (oNext == oEnd) {
479 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
480 SkOpSpanBase* oOldEnd = oEnd;
481 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd);
482 bool flipped = (end == oldEnd) != (oEnd == oOldEnd);
484 SkTSwap(oStart, oEnd);
492 SkASSERT(oNext == oEnd);
  /external/eigen/unsupported/Eigen/src/BVH/
BVAlgorithms.h 26 ObjIter oBegin = ObjIter(), oEnd = ObjIter();
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd);
38 for(; oBegin != oEnd; ++oBegin) //go through child objects
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter();
164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd);
167 for(; oBegin != oEnd; ++oBegin) //go through child objects

Completed in 8235 milliseconds