HomeSort by relevance Sort by last modified time
    Searched defs: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/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 682 SkOpSpan* oEnd = oTest;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
690 zeroSpan(oEnd);
691 oEnd = &fTs[++oIndex];
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 682 SkOpSpan* oEnd = oTest;
686 if (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
689 while (oStartPt == oEnd->fPt || oStartT == oEnd->fT) {
690 zeroSpan(oEnd);
691 oEnd = &fTs[++oIndex];
    [all...]

Completed in 225 milliseconds