Searched refs:startBase (Results 1 – 2 of 2) sorted by relevance
1419 SkOpPtT* startBase = spanS->ptT(); in moveNearby() local1424 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()
811 const SkOpPtT* startBase = spanS->ptT(); in debugMoveNearby() local816 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()