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 87 const SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
88 if (oEnd->deleted()) {
93 while (test != end || oTest != oEnd) {
134 if (oTest != oEnd) {
387 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span();
388 SkASSERT(oStart == oStart->starter(oEnd));
393 if (oEnd->deleted()) {
398 if (oNext == oEnd) {
649 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span();
650 if (oEnd->deleted())
    [all...]
SkPathOpsDebug.cpp     [all...]
  /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 304 milliseconds