Home
last modified time | relevance | path

Searched refs:upCastable (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/pathops/
DSkOpCoincidence.cpp176 if (!next->upCastable()) { in ordered()
354 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans()
446 FAIL_IF(!start->upCastable()); in addExpanded()
448 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded()
470 FAIL_IF(!walk->upCastable()); in addExpanded()
502 FAIL_IF(!test->upCastable()); in addExpanded()
511 FAIL_IF(!oTest->upCastable()); in addExpanded()
1004 FAIL_IF(!startSpan->upCastable()); in apply()
1014 FAIL_IF(!oStartBase->upCastable()); in apply()
1033 FAIL_IF(!oNext->upCastable()); in apply()
[all …]
DSkPathOpsDebug.cpp812 } while ((span = span->next()->upCastable())); in debugClearAll()
832 } while ((span = span->next()->upCastable())); in debugLastAngle()
890 const SkOpSpan* span = spanBase->upCastable(); in debugMissingCoincidence()
1184 } while ((span = span->next()->upCastable())); in debugShowActiveSpans()
1557 FAIL_IF(!ptT->span()->upCastable(), ptT->span()); in debugAddEndMovedSpans()
1648 FAIL_IF(!start->upCastable(), coin); in debugAddExpanded()
1650 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded()
1672 FAIL_IF(!walk->upCastable(), coin); in debugAddExpanded()
1704 FAIL_IF(!test->upCastable(), coin); in debugAddExpanded()
2046 FAIL_IF(!coin->coinPtTStartWritable()->span()->upCastable(), coin); in debugMark()
[all …]
DSkOpSpan.h388 SkOpSpan* upCastable() { in upCastable() function
392 const SkOpSpan* upCastable() const { in upCastable() function
DSkOpSpan.cpp414 FAIL_IF(!start->span()->upCastable()); in insertCoincidence()
420 FAIL_IF(!base->upCastable()); in insertCoincidence()
DSkOpSegment.cpp58 SkOpSpan* upSpan = start->upCastable(); in activeAngleInner()
317 } while ((span = span->next()->upCastable())); in clearAll()
334 } while (span->upCastable() && (span = span->upCast()->next())); in collapsed()
834 } while ((span = span->next()->upCastable())); in markAllDone()
1042 ? foundSpan->upCastable() ? foundSpan->upCast()->next() : nullptr in nextChase()
1136 SkOpSpan* span = spanBase->upCastable(); in missingCoincidence()
/external/skia/tests/
DPathOpsDebug.cpp1080 const SkOpSpan* span = this->upCastable(); in dumpCoin()
1194 } while ((span = span->next()->upCastable())); in dumpCoin()
1398 } while ((span = span->next()->upCastable())); in debugAngle()
1431 } while ((span = span->next()->upCastable())); in debugPtT()
1467 } while ((span = span->next()->upCastable())); in debugSpan()