Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkOpSegment.cpp1419 SkOpPtT* startBase = spanS->ptT(); in moveNearby() local
1424 if (startBase == testBase) { in moveNearby()
1430 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) { in moveNearby()
1444 } while ((startBase = startBase->next()) != spanS->ptT()); in moveNearby()
DSkPathOpsDebug.cpp811 const SkOpPtT* startBase = spanS->ptT(); in debugMoveNearby() local
816 if (startBase == testBase) { in debugMoveNearby()
822 if (this->match(startBase, testBase->segment(), testBase->fT, testBase->fPt)) { in debugMoveNearby()
835 } while ((startBase = startBase->next()) != spanS->ptT()); in debugMoveNearby()