Searched refs:oEnd (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkPathOpsPostSect.cpp | 388 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span(); in apply() local 390 SkASSERT(oStart == oStart->starter(oEnd)); in apply() 397 if (oNext == oEnd) { in apply() 479 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in mark() local 480 SkOpSpanBase* oOldEnd = oEnd; in mark() 481 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark() 482 bool flipped = (end == oldEnd) != (oEnd == oOldEnd); in mark() 484 SkTSwap(oStart, oEnd); in mark() 492 SkASSERT(oNext == oEnd); in mark()
|
D | SkOpCoincidence.cpp | 209 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span(); in apply() local 210 SkASSERT(oStart == oStart->starter(oEnd)); in apply() 217 if (oNext == oEnd) { in apply() 391 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in mark() local 392 SkOpSpanBase* oOldEnd = oEnd; in mark() 393 SkOpSpanBase* oStart = coin->fOppPtTStart->span()->starter(&oEnd); in mark() 394 bool flipped = (end == oldEnd) != (oEnd == oOldEnd); in mark() 396 SkTSwap(oStart, oEnd); in mark() 405 if (next == end || oNext == oEnd) { in mark()
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | BVAlgorithms.h | 26 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in intersect_helper() local 31 tree.getChildren(todo.back(), vBegin, vEnd, oBegin, oEnd); in intersect_helper() 38 for(; oBegin != oEnd; ++oBegin) //go through child objects in intersect_helper() 158 ObjIter oBegin = ObjIter(), oEnd = ObjIter(); in minimize_helper() local 164 tree.getChildren(todo.top().second, vBegin, vEnd, oBegin, oEnd); in minimize_helper() 167 for(; oBegin != oEnd; ++oBegin) //go through child objects in minimize_helper()
|