Searched refs:oEnd (Results 1 - 3 of 3) 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/skia/src/pathops/
H A DSkOpCoincidence.cpp444 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); local
445 FAIL_IF(oEnd->deleted());
453 while (test != end || oTest != oEnd) {
499 oEnd = coin->oppPtTEnd()->span();
506 if (oTest != oEnd) {
1019 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); local
1020 SkASSERT(oStart == oStart->starter(oEnd));
1025 if (oEnd->deleted()) {
1030 if (oNext == oEnd) {
1325 SkOpSpanBase* oEnd local
[all...]
H A DSkPathOpsDebug.cpp1646 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); local
1647 FAIL_IF(oEnd->deleted(), coin);
1655 while (test != end || oTest != oEnd) {
1701 oEnd = coin->oppPtTEnd()->span();
1708 if (oTest != oEnd) {
2053 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); local
2054 // SkASSERT(oEnd->deleted());
2057 SkTSwap(oStart, oEnd);
2062 end->debugInsertCoinEnd(log, oEnd);
2075 while ((oNext = oNext->upCast()->next()) != oEnd) {
2129 DebugCheckBetween(const SkOpSpanBase* next, const SkOpSpanBase* end, double oStart, double oEnd, const SkOpSegment* oSegment, SkPathOpsDebug::GlitchLog* log) argument
[all...]

Completed in 211 milliseconds