Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/BVH/
DBVAlgorithms.h26 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()
/external/skqp/src/pathops/
DSkOpCoincidence.cpp448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() local
449 FAIL_IF(oEnd->deleted()); in addExpanded()
457 while (test != end || oTest != oEnd) { in addExpanded()
503 oEnd = coin->oppPtTEnd()->span(); in addExpanded()
510 if (oTest != oEnd) { in addExpanded()
1041 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); in apply() local
1042 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
1047 if (oEnd->deleted()) { in apply()
1052 if (oNext == oEnd) { in apply()
1350 SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in mark() local
[all …]
DSkPathOpsDebug.cpp1650 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
1651 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded()
1659 while (test != end || oTest != oEnd) { in debugAddExpanded()
1705 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded()
1712 if (oTest != oEnd) { in debugAddExpanded()
2061 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2066 swap(oStart, oEnd); in debugMark()
2071 end->debugInsertCoinEnd(log, oEnd); in debugMark()
2084 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2139 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() argument
[all …]
/external/skia/src/pathops/
DSkOpCoincidence.cpp448 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in addExpanded() local
449 FAIL_IF(oEnd->deleted()); in addExpanded()
457 while (test != end || oTest != oEnd) { in addExpanded()
503 oEnd = coin->oppPtTEnd()->span(); in addExpanded()
510 if (oTest != oEnd) { in addExpanded()
1041 const SkOpSpanBase* oEnd = (flipped ? coin->oppPtTStart() : coin->oppPtTEnd())->span(); in apply() local
1042 SkASSERT(oStart == oStart->starter(oEnd)); in apply()
1047 if (oEnd->deleted()) { in apply()
1052 if (oNext == oEnd) { in apply()
1350 SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in mark() local
[all …]
DSkPathOpsDebug.cpp1627 const SkOpSpanBase* oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded() local
1628 FAIL_IF(oEnd->deleted(), coin); in debugAddExpanded()
1636 while (test != end || oTest != oEnd) { in debugAddExpanded()
1682 oEnd = coin->oppPtTEnd()->span(); in debugAddExpanded()
1689 if (oTest != oEnd) { in debugAddExpanded()
2038 const SkOpSpanBase* oEnd = coin->oppPtTEndWritable()->span(); in debugMark() local
2043 swap(oStart, oEnd); in debugMark()
2048 end->debugInsertCoinEnd(log, oEnd); in debugMark()
2061 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2116 double oStart, double oEnd, const SkOpSegment* oSegment, in DebugCheckBetween() argument
[all …]