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

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

Completed in 266 milliseconds