Searched refs:oEnd (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 87 const SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in addExpanded() local 88 if (oEnd->deleted()) { in addExpanded() 93 while (test != end || oTest != oEnd) { in addExpanded() 134 if (oTest != oEnd) { in addExpanded() 387 SkOpSpanBase* oEnd = (flipped ? coin->fOppPtTStart : coin->fOppPtTEnd)->span(); in apply() local 388 SkASSERT(oStart == oStart->starter(oEnd)); in apply() 393 if (oEnd->deleted()) { in apply() 398 if (oNext == oEnd) { in apply() 649 SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in mark() local 650 if (oEnd->deleted()) { in mark() [all …]
|
D | SkPathOpsDebug.cpp | 1131 const SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in debugAddExpanded() local 1134 while (test != end || oTest != oEnd) { in debugAddExpanded() 1161 if (bumpOTest && oTest != oEnd) { in debugAddExpanded() 1416 const SkOpSpanBase* oEnd = coin->fOppPtTEnd->span(); in debugMark() local 1417 const SkOpSpanBase* oOldEnd = oEnd; in debugMark() 1418 const SkOpSpanBase* oStart = coin->fOppPtTStart->span()->debugStarter(&oEnd); in debugMark() 1419 bool flipped = (end == oldEnd) != (oEnd == oOldEnd); in debugMark() 1421 SkTSwap(oStart, oEnd); in debugMark() 1428 if (next == end || oNext == oEnd) { in debugMark()
|
/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()
|