Searched defs:bottomCorner (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DSkAntiEdge.cpp146 bool bottomCorner = x <= wx; local
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX; local
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {
/external/skia/experimental/Intersection/
H A DSkAntiEdge.cpp146 bool bottomCorner = x <= wx; local
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX; local
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {

Completed in 137 milliseconds