HomeSort by relevance Sort by last modified time
    Searched refs:oEnd (Results 1 - 5 of 5) 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 232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) {
305 double oEnd) {
340 } while (tStart < 1 && oStart < 1 && !approximately_negative(oEnd - oStart));
688 SkOpSpan* oEnd = oTest;
691 while (!approximately_negative(oEndT - oEnd->fT)
692 && approximately_negative(oEnd->fT - oStartT)) {
693 zeroSpan(oEnd);
694 TrackOutside(oOutsideTs, oEnd->fT, startT);
695 oEnd = &fTs[++oIndex];
806 SkOpSpan* oEnd = oTest
    [all...]
SkOpSegment.h 337 void addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd);
338 void addCoinOutsides(const SkTArray<double, true>& outsideTs, SkOpSegment* other, double oEnd);
  /external/skia/src/pathops/
SkOpSegment.cpp 232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) {
305 double oEnd) {
340 } while (tStart < 1 && oStart < 1 && !approximately_negative(oEnd - oStart));
688 SkOpSpan* oEnd = oTest;
691 while (!approximately_negative(oEndT - oEnd->fT)
692 && approximately_negative(oEnd->fT - oStartT)) {
693 zeroSpan(oEnd);
694 TrackOutside(oOutsideTs, oEnd->fT, startT);
695 oEnd = &fTs[++oIndex];
806 SkOpSpan* oEnd = oTest
    [all...]
SkOpSegment.h 337 void addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd);
338 void addCoinOutsides(const SkTArray<double, true>& outsideTs, SkOpSegment* other, double oEnd);

Completed in 4234 milliseconds