Lines Matching refs:ptT
499 if ((testT = test->ptT()->fT) >= t) { in debugAddMissing()
621 const SkOpPtT* ptT = spanBase->ptT(), * spanStopPtT = ptT; in debugMissingCoincidence() local
622 SkASSERT(ptT->span() == spanBase); in debugMissingCoincidence()
623 while ((ptT = ptT->next()) != spanStopPtT) { in debugMissingCoincidence()
624 if (ptT->deleted()) { in debugMissingCoincidence()
627 SkOpSegment* opp = ptT->span()->segment(); in debugMissingCoincidence()
655 priorStopPtT = priorPtT = priorTest->ptT(); in debugMissingCoincidence()
672 const SkOpPtT* oppStart = prior->ptT(); in debugMissingCoincidence()
673 const SkOpPtT* oppEnd = spanBase->ptT(); in debugMissingCoincidence()
674 bool swapped = priorPtT->fT > ptT->fT; in debugMissingCoincidence()
676 SkTSwap(priorPtT, ptT); in debugMissingCoincidence()
681 if (coincidences->contains(priorPtT, ptT, oppStart, oppEnd, flipped)) { in debugMissingCoincidence()
687 (SkDPoint::ApproximatelyEqual(ptT->fPt, oppStart->fPt) || in debugMissingCoincidence()
688 SkDPoint::ApproximatelyEqual(ptT->fPt, oppEnd->fPt)); in debugMissingCoincidence()
691 coincident = testForCoincidence(priorPtT, ptT, prior, spanBase, opp, 5000); in debugMissingCoincidence()
694 log->record(kMissingCoin_Glitch, id, priorPtT, ptT, oppStart, oppEnd); in debugMissingCoincidence()
698 SkTSwap(priorPtT, ptT); in debugMissingCoincidence()
712 const SkOpPtT* startPtT = test->ptT(); in debugMoveMultiples()
765 const SkOpPtT* oppStartPtT = oppTest->ptT(); in debugMoveMultiples()
811 const SkOpPtT* startBase = spanS->ptT(); in debugMoveNearby()
814 const SkOpPtT* testBase = test->ptT(); in debugMoveNearby()
834 } while ((testBase = testBase->next()) != test->ptT()); in debugMoveNearby()
835 } while ((startBase = startBase->next()) != spanS->ptT()); in debugMoveNearby()
874 const SkOpPtT* ptT = span->ptT(); in debugShowActiveSpans() local
875 SkDebugf(") t=%1.9g (%1.9g,%1.9g)", ptT->fT, ptT->fPt.fX, ptT->fPt.fY); in debugShowActiveSpans()
898 const SkPoint& pt = span->ptT()->fPt; in debugShowNewWinding()
922 const SkPoint& pt = span->ptT()->fPt; in debugShowNewWinding()
1137 if (!test->ptT()->contains(oTest->ptT())) { in debugAddExpanded()
1490 double t = span->ptT()->fT; in debugValidate()
1513 const SkOpPtT* ptT = &this->fPtT; in debugAlignedEnd() local
1514 SkASSERT(t == ptT->fT); in debugAlignedEnd()
1515 SkASSERT(pt == ptT->fPt); in debugAlignedEnd()
1516 const SkOpPtT* test = ptT, * stopPtT = ptT; in debugAlignedEnd()
1534 const SkOpPtT* ptT = &this->fPtT, * stopPtT = ptT; in debugAlignedInner() local
1535 const SkPoint& pt = ptT->fPt; in debugAlignedInner()
1537 if (ptT->fPt != pt) { in debugAlignedInner()
1540 const SkOpSpanBase* span = ptT->span(); in debugAlignedInner()
1541 const SkOpPtT* test = ptT; in debugAlignedInner()
1546 if (span == test->span() && !span->segment()->ptsDisjoint(*ptT, *test)) { in debugAlignedInner()
1550 } while ((ptT = ptT->next()) != stopPtT); in debugAlignedInner()
1603 const SkOpPtT* ptT = &fPtT; in debugValidate() local
1604 SkASSERT(ptT->span() == this); in debugValidate()
1607 ptT->debugValidate(); in debugValidate()
1608 ptT = ptT->next(); in debugValidate()
1609 } while (ptT != &fPtT); in debugValidate()
1672 const SkOpPtT* ptT = this; in debugContains() local
1675 ptT = ptT->next(); in debugContains()
1676 if (ptT == check) { in debugContains()
1682 if (ptT == test) { in debugContains()
1692 const SkOpPtT* ptT = this; in debugContains() local
1695 ptT = ptT->next(); in debugContains()
1696 if (ptT->segment() == check) { in debugContains()
1697 return ptT; in debugContains()
1702 if (ptT == test) { in debugContains()