Home
last modified time | relevance | path

Searched refs:testPtT (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/pathops/
H A DSkOpSpan.cpp457 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()
H A DSkOpCoincidence.cpp38 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in setEnd() local
40 if (origPtT != testPtT) { in setEnd()
41 (this->*setEnd)(testPtT); in setEnd()
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 in addEndMovedSpans()
[all...]
H A DSkOpSegment.cpp199 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 in moveMultiples() local
[all...]
H A DSkPathOpsDebug.cpp955 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 in debugAddEndMovedSpans()
[all...]

Completed in 14 milliseconds