Home
last modified time | relevance | path

Searched refs:startBase (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/pathops/
DSkOpSegment.cpp1345 SkOpPtT* startBase = spanS->ptT(); in moveNearby() local
1350 if (startBase == testBase) { in moveNearby()
1356 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) { in moveNearby()
1371 } while ((startBase = startBase->next()) != spanS->ptT()); in moveNearby()