Searched refs:oEnd (Results 1 - 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/src/BVH/
H A DBVAlgorithms.h26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); local
31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd);
38 for(; oBegin != oEnd; ++oBegin) //go through child objects
158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); local
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/
H A DSkOpSegment.cpp232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) { argument
305 double oEnd) {
340 } while (tStart < 1 && oStart < 1 && !approximately_negative(oEnd - oStart));
688 SkOpSpan* oEnd = oTest; local
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 local
304 addCoinOutsides(const SkTArray<double, true>& outsideTs, SkOpSegment* other, double oEnd) argument
[all...]
H A DSkOpSegment.h337 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/
H A DSkOpSegment.cpp232 void SkOpSegment::addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd) { argument
305 double oEnd) {
340 } while (tStart < 1 && oStart < 1 && !approximately_negative(oEnd - oStart));
688 SkOpSpan* oEnd = oTest; local
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 local
304 addCoinOutsides(const SkTArray<double, true>& outsideTs, SkOpSegment* other, double oEnd) argument
[all...]
H A DSkOpSegment.h337 void addCancelOutsides(double tStart, double oStart, SkOpSegment* other, double oEnd);
338 void addCoinOutsides(const SkTArray<double, true>& outsideTs, SkOpSegment* other, double oEnd);

Completed in 99 milliseconds