Lines Matching refs:testPtT
199 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 = startPtT; in moveMultiples() local
1281 SkOpSpanBase* oppSpan = testPtT->span(); in moveMultiples()
1355 } while ((testPtT = testPtT->next()) != startPtT); in moveMultiples()