HomeSort by relevance Sort by last modified time
    Searched defs:bottomRight (Results 1 - 9 of 9) sorted by null

  /external/webkit/WebCore/rendering/style/
BorderData.h 46 IntSize bottomRight;
62 if (bottomRight.width() > 0)
98 topLeft == o.topLeft && topRight == o.topRight && bottomLeft == o.bottomLeft && bottomRight == o.bottomRight;
  /external/webkit/WebCore/platform/graphics/
IntRect.h 101 IntPoint bottomRight() const { return IntPoint(right() - 1, bottom() - 1); }
  /external/webkit/WebCore/rendering/
RenderReplaced.cpp 137 IntSize topLeft, topRight, bottomLeft, bottomRight;
138 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
140 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderWidget.cpp 252 IntSize topLeft, topRight, bottomLeft, bottomRight;
253 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
255 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
RenderThemeChromiumWin.cpp 634 IntSize topLeft, topRight, bottomLeft, bottomRight;
635 o->style()->getBorderRadiiForRect(r, topLeft, topRight, bottomLeft, bottomRight);
636 i.context->addRoundedRectClip(r, topLeft, topRight, bottomLeft, bottomRight);
RenderBoxModelObject.cpp 465 IntSize topLeft, topRight, bottomLeft, bottomRight;
466 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
471 includeRightEdge ? bottomRight : IntSize());
    [all...]
RenderBox.cpp 875 IntSize topLeft, topRight, bottomLeft, bottomRight;
877 style()->getBorderRadiiForRect(borderRect, topLeft, topRight, bottomLeft, bottomRight);
879 paintInfo.context->addRoundedRectClip(borderRect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridCameraManager.java 94 final Vector3f bottomRight = pool.create();
109 camera.convertToCameraSpace(camera.mWidth, camera.mHeight, 0, bottomRight);
112 if ((bottomRight.x - topLeft.x) > (imgBottomRight.x - imgTopLeft.x)) {
113 final float hCenterExtent= (bottomRight.x + topLeft.x)/2 -
118 float rightExtent = bottomRight.x - imgBottomRight.x;
128 if ((bottomRight.y - topLeft.y) > (imgBottomRight.y - imgTopLeft.y)) {
129 final float vCenterExtent= (bottomRight.y + topLeft.y)/2 -
134 float bottomExtent = bottomRight.y - imgBottomRight.y;
147 pool.delete(bottomRight);
262 final Vector3f bottomRight = pool.create()
    [all...]
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 326 final int bottomRight = selectorRight;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);

Completed in 68 milliseconds