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