Searched refs:testPtT (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSpan.cpp450 SkOpPtT* testPtT = stopPtT; local
453 if (this == testPtT->span()) {
454 testPtT->setSpan(keptSpan);
456 } while ((testPtT = testPtT->next()) != stopPtT);
H A DSkOpCoincidence.cpp36 const SkOpPtT* testPtT = prev ? prev->next()->ptT() local
38 if (origPtT != testPtT) {
39 (this->*setEnd)(testPtT);
278 const SkOpPtT* testPtT = testSpan->ptT(); local
279 const SkOpPtT* stopPtT = testPtT;
282 while ((testPtT = testPtT->next()) != stopPtT) {
286 const SkOpSegment* testSeg = testPtT->segment();
287 if (testPtT->deleted()) {
293 if (testPtT
[all...]
H A DSkOpSegment.cpp193 const SkOpPtT* testPtT; local
196 testPtT = test->ptT();
197 if (testPtT->fT == t) {
200 if (!this->match(testPtT, this, t, pt)) {
201 if (t < testPtT->fT) {
207 return testPtT;
209 const SkOpPtT* loop = testPtT->next();
210 while (loop != testPtT) {
219 return opp && !test->contains(opp) ? nullptr : testPtT;
1222 SkOpPtT* testPtT local
[all...]
H A DSkPathOpsDebug.cpp976 const SkOpPtT* testPtT = startPtT; local
978 const SkOpSpanBase* oppSpan = testPtT->span();
1052 } while ((testPtT = testPtT->next()) != startPtT);
1424 const SkOpPtT* testPtT = prev ? prev->next()->ptT() local
1426 if (origPtT != testPtT) {
1427 log->record(SkPathOpsDebug::kCorrectEnd_Glitch, this, origPtT, testPtT);
1485 const SkOpPtT* testPtT = testSpan->ptT(); local
1486 const SkOpPtT* stopPtT = testPtT;
1488 while ((testPtT
[all...]

Completed in 72 milliseconds