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

  /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
  /external/skia/src/pathops/
SkOpCoincidence.cpp 443 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span();
444 FAIL_IF(oEnd->deleted());
452 while (test != end || oTest != oEnd) {
498 oEnd = coin->oppPtTEnd()->span();
505 if (oTest != oEnd) {
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 617 milliseconds