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

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

Completed in 86 milliseconds