HomeSort by relevance Sort by last modified time
    Searched defs:bottomCorner (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 146 bool bottomCorner = x <= wx;
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX;
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 146 bool bottomCorner = x <= wx;
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX;
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {
    [all...]

Completed in 439 milliseconds