Lines Matching refs:testPtT
38 const SkOpPtT* testPtT = prev ? prev->next()->ptT()
40 if (origPtT != testPtT) {
41 (this->*setEnd)(testPtT);
282 const SkOpPtT* testPtT = testSpan->ptT();
283 const SkOpPtT* stopPtT = testPtT;
286 while ((testPtT = testPtT->next()) != stopPtT) {
290 const SkOpSegment* testSeg = testPtT->segment();
291 if (testPtT->deleted()) {
297 if (testPtT->span()->ptT() != testPtT) {
300 if (this->contains(baseSeg, testSeg, testPtT->fT)) {
303 // intersect perp with base->ptT() with testPtT->segment()
320 if (oppStart == testPtT) {
335 oppTe = testPtT->fT;
340 coinTe = testPtT->fT;