Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/rendering/style/
DBorderData.h46 IntSize bottomRight; variable
/external/webkit/WebCore/platform/graphics/
DIntRect.h101 IntPoint bottomRight() const { return IntPoint(right() - 1, bottom() - 1); } in bottomRight() function
DGraphicsContext.cpp455 const IntSize& bottomLeft, const IntSize& bottomRight) in addRoundedRectClip()
464 const IntSize& bottomLeft, const IntSize& bottomRight) in clipOutRoundedRect()
/external/webkit/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp265 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp576 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp767 const IntSize& bottomRight, in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp1063 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp630 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp639 … const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) in fillRoundedRect()
/external/webkit/WebCore/rendering/
DRenderObject.cpp1178 IntSize bottomRight = style->borderBottomRightRadius(); in paintBorder() local
1523 IntSize bottomRight = end ? s->borderBottomRightRadius() : IntSize(); in paintBoxShadow() local
DRenderLayer.cpp1280 IntPoint bottomRight(width(), height()); in offsetFromResizeCorner() local