Searched refs:testPtT (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/src/pathops/ |
D | SkOpSpan.cpp | 457 SkOpPtT* testPtT = stopPtT; in release() local 460 if (this == testPtT->span()) { in release() 461 testPtT->setSpan(keptSpan); in release() 463 } while ((testPtT = testPtT->next()) != stopPtT); in release()
|
D | SkOpCoincidence.cpp | 38 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in correctOneEnd() local 40 if (origPtT != testPtT) { in correctOneEnd() 41 (this->*setEnd)(testPtT); in correctOneEnd() 282 const SkOpPtT* testPtT = testSpan->ptT(); in addEndMovedSpans() local 283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() 286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans() 290 const SkOpSegment* testSeg = testPtT->segment(); in addEndMovedSpans() 291 if (testPtT->deleted()) { in addEndMovedSpans() 297 if (testPtT->span()->ptT() != testPtT) { in addEndMovedSpans() 300 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in addEndMovedSpans() [all …]
|
D | SkOpSegment.cpp | 199 const SkOpPtT* testPtT; in existing() local 202 testPtT = test->ptT(); in existing() 203 if (testPtT->fT == t) { in existing() 206 if (!this->match(testPtT, this, t, pt)) { in existing() 207 if (t < testPtT->fT) { in existing() 213 return testPtT; in existing() 215 const SkOpPtT* loop = testPtT->next(); in existing() 216 while (loop != testPtT) { in existing() 225 return opp && !test->contains(opp) ? nullptr : testPtT; in existing() 1275 SkOpPtT* testPtT = startPtT; in moveMultiples() local [all …]
|
D | SkPathOpsDebug.cpp | 955 const SkOpPtT* testPtT = startPtT; in debugMoveMultiples() local 957 const SkOpSpanBase* oppSpan = testPtT->span(); in debugMoveMultiples() 1031 } while ((testPtT = testPtT->next()) != startPtT); in debugMoveMultiples() 1403 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in debugCorrectOneEnd() local 1405 if (origPtT != testPtT) { in debugCorrectOneEnd() 1406 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT); in debugCorrectOneEnd() 1464 const SkOpPtT* testPtT = testSpan->ptT(); in debugAddEndMovedSpans() local 1465 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() 1467 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans() 1468 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans() [all …]
|
/third_party/flutter/skia/src/pathops/ |
D | SkOpSpan.cpp | 457 SkOpPtT* testPtT = stopPtT; in release() local 460 if (this == testPtT->span()) { in release() 461 testPtT->setSpan(keptSpan); in release() 463 } while ((testPtT = testPtT->next()) != stopPtT); in release()
|
D | SkOpCoincidence.cpp | 38 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in correctOneEnd() local 40 if (origPtT != testPtT) { in correctOneEnd() 41 (this->*setEnd)(testPtT); in correctOneEnd() 282 const SkOpPtT* testPtT = testSpan->ptT(); in addEndMovedSpans() local 283 const SkOpPtT* stopPtT = testPtT; in addEndMovedSpans() 286 while ((testPtT = testPtT->next()) != stopPtT) { in addEndMovedSpans() 290 const SkOpSegment* testSeg = testPtT->segment(); in addEndMovedSpans() 291 if (testPtT->deleted()) { in addEndMovedSpans() 297 if (testPtT->span()->ptT() != testPtT) { in addEndMovedSpans() 300 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in addEndMovedSpans() [all …]
|
D | SkOpSegment.cpp | 199 const SkOpPtT* testPtT; in existing() local 202 testPtT = test->ptT(); in existing() 203 if (testPtT->fT == t) { in existing() 206 if (!this->match(testPtT, this, t, pt)) { in existing() 207 if (t < testPtT->fT) { in existing() 213 return testPtT; in existing() 215 const SkOpPtT* loop = testPtT->next(); in existing() 216 while (loop != testPtT) { in existing() 225 return opp && !test->contains(opp) ? nullptr : testPtT; in existing() 1275 SkOpPtT* testPtT = startPtT; in moveMultiples() local [all …]
|
D | SkPathOpsDebug.cpp | 977 const SkOpPtT* testPtT = startPtT; in debugMoveMultiples() local 979 const SkOpSpanBase* oppSpan = testPtT->span(); in debugMoveMultiples() 1053 } while ((testPtT = testPtT->next()) != startPtT); in debugMoveMultiples() 1425 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in debugCorrectOneEnd() local 1427 if (origPtT != testPtT) { in debugCorrectOneEnd() 1428 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT); in debugCorrectOneEnd() 1486 const SkOpPtT* testPtT = testSpan->ptT(); in debugAddEndMovedSpans() local 1487 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans() 1489 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans() 1490 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans() [all …]
|