Lines Matching refs:testPtT
978 const SkOpPtT* testPtT = startPtT; in debugMoveMultiples() local
980 const SkOpSpanBase* oppSpan = testPtT->span(); in debugMoveMultiples()
1054 } while ((testPtT = testPtT->next()) != startPtT); in debugMoveMultiples()
1426 const SkOpPtT* testPtT = prev ? prev->next()->ptT() in debugCorrectOneEnd() local
1428 if (origPtT != testPtT) { in debugCorrectOneEnd()
1429 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT); in debugCorrectOneEnd()
1487 const SkOpPtT* testPtT = testSpan->ptT(); in debugAddEndMovedSpans() local
1488 const SkOpPtT* stopPtT = testPtT; in debugAddEndMovedSpans()
1490 while ((testPtT = testPtT->next()) != stopPtT) { in debugAddEndMovedSpans()
1491 const SkOpSegment* testSeg = testPtT->segment(); in debugAddEndMovedSpans()
1492 if (testPtT->deleted()) { in debugAddEndMovedSpans()
1498 if (testPtT->span()->ptT() != testPtT) { in debugAddEndMovedSpans()
1501 if (this->contains(baseSeg, testSeg, testPtT->fT)) { in debugAddEndMovedSpans()
1521 if (oppStart == testPtT) { in debugAddEndMovedSpans()
1536 oppTe = testPtT->fT; in debugAddEndMovedSpans()
1541 coinTe = testPtT->fT; in debugAddEndMovedSpans()