Lines Matching refs:testPtT
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()
1491 if (testPtT->deleted()) { in debugAddEndMovedSpans()
1497 if (testPtT->span()->ptT() != testPtT) { in debugAddEndMovedSpans()
1500 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1520 if (oppStart == testPtT) { in debugAddEndMovedSpans()
1535 oppTe = testPtT->fT; in debugAddEndMovedSpans()
1540 coinTe = testPtT->fT; in debugAddEndMovedSpans()