Home
last modified time | relevance | path

Searched refs:oNext (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/pathops/
DSkOpCoincidence.cpp1051 SkOpSpanBase* oNext = oStart->next(); in apply() local
1052 if (oNext == oEnd) { in apply()
1055 FAIL_IF(!oNext->upCastable()); in apply()
1056 oStart = oNext->upCast(); in apply()
1135 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply() local
1142 if (!oNext || !oNext->upCastable()) { in apply()
1143 oNext = oStart; in apply()
1145 oStart = oNext->upCast(); in apply()
1365 SkOpSpanBase* oNext = oStart; in mark() local
1372 while ((oNext = oNext->upCast()->next()) != oEnd) { in mark()
[all …]
DSkPathOpsDebug.cpp2075 const SkOpSpanBase* oNext = oStart; in debugMark() local
2084 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2085 FAIL_IF(!oNext->upCastable(), coin); in debugMark()
2086 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) { in debugMark()
/external/skia/src/pathops/
DSkOpCoincidence.cpp1051 SkOpSpanBase* oNext = oStart->next(); in apply() local
1052 if (oNext == oEnd) { in apply()
1055 FAIL_IF(!oNext->upCastable()); in apply()
1056 oStart = oNext->upCast(); in apply()
1135 SkOpSpanBase* oNext = flipped ? oStart->prev() : oStart->next(); in apply() local
1142 if (!oNext || !oNext->upCastable()) { in apply()
1143 oNext = oStart; in apply()
1145 oStart = oNext->upCast(); in apply()
1365 SkOpSpanBase* oNext = oStart; in mark() local
1372 while ((oNext = oNext->upCast()->next()) != oEnd) { in mark()
[all …]
DSkPathOpsDebug.cpp2052 const SkOpSpanBase* oNext = oStart; in debugMark() local
2061 while ((oNext = oNext->upCast()->next()) != oEnd) { in debugMark()
2062 FAIL_IF(!oNext->upCastable(), coin); in debugMark()
2063 if (oNext->upCast()->debugInsertCoincidence(log, segment, flipped, ordered), false) { in debugMark()