Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/experimental/Intersection/
DEdgeWalker.cpp2482 bool moreToDo, aboveBottom; in stitchEdge() local
2572 aboveBottom = clipped[verb].fY < bottom; in stitchEdge()
2576 aboveBottom &= !activePtr->fCloseCall; in stitchEdge()
2586 } while (moreToDo & aboveBottom); in stitchEdge()
2587 } while ((moreToDo || activePtr->advance()) & aboveBottom); in stitchEdge()
/external/skia/experimental/Intersection/
DEdgeWalker.cpp2482 bool moreToDo, aboveBottom; in stitchEdge() local
2572 aboveBottom = clipped[verb].fY < bottom; in stitchEdge()
2576 aboveBottom &= !activePtr->fCloseCall; in stitchEdge()
2586 } while (moreToDo & aboveBottom); in stitchEdge()
2587 } while ((moreToDo || activePtr->advance()) & aboveBottom); in stitchEdge()