Searched refs:bottomCorner (Results 1 - 3 of 3) 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) {
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DBoxPainter.cpp254 IntRect bottomCorner(rect.x(), rect.y(), clipRect.rect().maxX() - rect.x(), clipRect.rect().maxY() - rect.y());
257 context->clipRoundedRect(RoundedRect(bottomCorner, bottomCornerRadii));
266 IntRect bottomCorner(clipRect.rect().x(), rect.y(), rect.maxX() - clipRect.rect().x(), clipRect.rect().maxY() - rect.y());
269 context->clipRoundedRect(RoundedRect(bottomCorner, bottomCornerRadii));

Completed in 154 milliseconds