Lines Matching refs:testPtT
955 const SkOpPtT* testPtT = startPtT;
957 const SkOpSpanBase* oppSpan = testPtT->span();
1031 } while ((testPtT = testPtT->next()) != startPtT);
1403 const SkOpPtT* testPtT = prev ? prev->next()->ptT()
1405 if (origPtT != testPtT) {
1406 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT);
1464 const SkOpPtT* testPtT = testSpan->ptT();
1465 const SkOpPtT* stopPtT = testPtT;
1467 while ((testPtT = testPtT->next()) != stopPtT) {
1468 const SkOpSegment* testSeg = testPtT->segment();
1469 if (testPtT->deleted()) {
1475 if (testPtT->span()->ptT() != testPtT) {
1478 if (this->contains(baseSeg, testSeg, testPtT->fT)) {
1481 // intersect perp with base->ptT() with testPtT->segment()
1498 if (oppStart == testPtT) {
1513 oppTe = testPtT->fT;
1518 coinTe = testPtT->fT;