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

  /external/webkit/WebCore/rendering/style/
BorderData.h 45 IntSize bottomLeft;
60 if (bottomLeft.width() > 0)
98 topLeft == o.topLeft && topRight == o.topRight && bottomLeft == o.bottomLeft && bottomRight == o.bottomRight;
  /external/webkit/WebCore/platform/graphics/
IntRect.h 100 IntPoint bottomLeft() const { return IntPoint(x(), 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);
470 includeLeftEdge ? bottomLeft : 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/Music/src/com/android/music/
VerticalTextSpinner.java 324 final int bottomLeft = 0;
334 canvas.clipRect(bottomLeft, bottomTop, bottomRight, bottomBottom);

Completed in 951 milliseconds