HomeSort by relevance Sort by last modified time
    Searched refs:bottomCorner (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 146 bool bottomCorner = x <= wx;
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX;
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 146 bool bottomCorner = x <= wx;
147 bool halfPlane = !(topCorner ^ bottomCorner);
191 SkAssertResult(bottomCorner);
236 bool bottomCorner = fWalkX <= fX;
238 bool halfPlane = !(topCorner ^ bottomCorner);
251 } else if (bottomCorner) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/paint/
BoxPainter.cpp 254 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));
    [all...]

Completed in 134 milliseconds