Home | History | Annotate | Download | only in Intersection

Lines Matching full:prev

1651     bool swapClose(const ActiveEdge* next, int prev, int wind, int mask) const {
1653 SkDebugf("%s edge=%d (%g) next=%d (%g) prev=%d wind=%d nextWind=%d\n",
1655 prev, wind, wind + next->fWorkEdge.winding());
1657 if ((prev & mask) == 0 || (wind & mask) == 0) {