Home | History | Annotate | Download | only in Intersection

Lines Matching defs:topCorner

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);