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

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

Completed in 170 milliseconds