Searched refs:upCastable (Results 1 – 12 of 12) sorted by relevance
/external/skqp/src/pathops/ |
D | SkOpCoincidence.cpp | 180 if (!next->upCastable()) { in ordered() 358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans() 450 FAIL_IF(!start->upCastable()); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 474 FAIL_IF(!walk->upCastable()); in addExpanded() 506 FAIL_IF(!test->upCastable()); in addExpanded() 515 FAIL_IF(!oTest->upCastable()); in addExpanded() 1026 FAIL_IF(!startSpan->upCastable()); in apply() 1036 FAIL_IF(!oStartBase->upCastable()); in apply() 1055 FAIL_IF(!oNext->upCastable()); in apply() [all …]
|
D | SkPathOpsDebug.cpp | 812 } while ((span = span->next()->upCastable())); in debugClearAll() 832 } while ((span = span->next()->upCastable())); in debugLastAngle() 890 const SkOpSpan* span = spanBase->upCastable(); in debugMissingCoincidence() 1186 } while ((span = span->next()->upCastable())); in debugShowActiveSpans() 1561 FAIL_IF(!ptT->span()->upCastable(), ptT->span()); in debugAddEndMovedSpans() 1652 FAIL_IF(!start->upCastable(), coin); in debugAddExpanded() 1654 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded() 1676 FAIL_IF(!walk->upCastable(), coin); in debugAddExpanded() 1708 FAIL_IF(!test->upCastable(), coin); in debugAddExpanded() 2054 FAIL_IF(!coin->coinPtTStartWritable()->span()->upCastable(), coin); in debugMark() [all …]
|
D | SkOpSpan.h | 393 SkOpSpan* upCastable() { in upCastable() function 397 const SkOpSpan* upCastable() const { in upCastable() function
|
D | SkOpSpan.cpp | 421 FAIL_IF(!start->span()->upCastable()); in insertCoincidence() 427 FAIL_IF(!base->upCastable()); in insertCoincidence()
|
D | SkOpSegment.cpp | 61 SkOpSpan* upSpan = start->upCastable(); in activeAngleInner() 321 } while ((span = span->next()->upCastable())); in clearAll() 339 } while (span->upCastable() && (span = span->upCast()->next())); in collapsed() 856 } while ((span = span->next()->upCastable())); in markAllDone() 1089 ? foundSpan->upCastable() ? foundSpan->upCast()->next() : nullptr in nextChase() 1187 SkOpSpan* span = spanBase->upCastable(); in missingCoincidence()
|
/external/skia/src/pathops/ |
D | SkOpCoincidence.cpp | 180 if (!next->upCastable()) { in ordered() 358 FAIL_IF(!ptT->span()->upCastable()); in addEndMovedSpans() 450 FAIL_IF(!start->upCastable()); in addExpanded() 452 FAIL_IF(!coin->flipped() && !oStart->upCastable()); in addExpanded() 474 FAIL_IF(!walk->upCastable()); in addExpanded() 506 FAIL_IF(!test->upCastable()); in addExpanded() 515 FAIL_IF(!oTest->upCastable()); in addExpanded() 1026 FAIL_IF(!startSpan->upCastable()); in apply() 1036 FAIL_IF(!oStartBase->upCastable()); in apply() 1055 FAIL_IF(!oNext->upCastable()); in apply() [all …]
|
D | SkPathOpsDebug.cpp | 811 } while ((span = span->next()->upCastable())); in debugClearAll() 831 } while ((span = span->next()->upCastable())); in debugLastAngle() 889 const SkOpSpan* span = spanBase->upCastable(); in debugMissingCoincidence() 1185 } while ((span = span->next()->upCastable())); in debugShowActiveSpans() 1560 FAIL_IF(!ptT->span()->upCastable(), ptT->span()); in debugAddEndMovedSpans() 1651 FAIL_IF(!start->upCastable(), coin); in debugAddExpanded() 1653 FAIL_IF(!coin->flipped() && !oStart->upCastable(), coin); in debugAddExpanded() 1675 FAIL_IF(!walk->upCastable(), coin); in debugAddExpanded() 1707 FAIL_IF(!test->upCastable(), coin); in debugAddExpanded() 2053 FAIL_IF(!coin->coinPtTStartWritable()->span()->upCastable(), coin); in debugMark() [all …]
|
D | SkOpSpan.h | 393 SkOpSpan* upCastable() { in upCastable() function 397 const SkOpSpan* upCastable() const { in upCastable() function
|
D | SkOpSpan.cpp | 421 FAIL_IF(!start->span()->upCastable()); in insertCoincidence() 427 FAIL_IF(!base->upCastable()); in insertCoincidence()
|
D | SkOpSegment.cpp | 61 SkOpSpan* upSpan = start->upCastable(); in activeAngleInner() 321 } while ((span = span->next()->upCastable())); in clearAll() 339 } while (span->upCastable() && (span = span->upCast()->next())); in collapsed() 856 } while ((span = span->next()->upCastable())); in markAllDone() 1089 ? foundSpan->upCastable() ? foundSpan->upCast()->next() : nullptr in nextChase() 1187 SkOpSpan* span = spanBase->upCastable(); in missingCoincidence()
|
/external/skqp/tests/ |
D | PathOpsDebug.cpp | 764 const SkOpSpan* span = this->upCastable(); in dumpCoin() 877 } while ((span = span->next()->upCastable())); in dumpCoin() 1081 } while ((span = span->next()->upCastable())); in debugAngle() 1114 } while ((span = span->next()->upCastable())); in debugPtT() 1150 } while ((span = span->next()->upCastable())); in debugSpan()
|
/external/skia/tests/ |
D | PathOpsDebug.cpp | 764 const SkOpSpan* span = this->upCastable(); in dumpCoin() 877 } while ((span = span->next()->upCastable())); in dumpCoin() 1081 } while ((span = span->next()->upCastable())); in debugAngle() 1114 } while ((span = span->next()->upCastable())); in debugPtT() 1150 } while ((span = span->next()->upCastable())); in debugSpan()
|