Searched defs:bottomRight (Results 1 – 11 of 11) sorted by relevance
/external/webkit/WebCore/rendering/style/ |
D | BorderData.h | 46 IntSize bottomRight; variable
|
/external/webkit/WebCore/platform/graphics/ |
D | IntRect.h | 101 IntPoint bottomRight() const { return IntPoint(right() - 1, bottom() - 1); } in bottomRight() function
|
D | GraphicsContext.cpp | 455 const IntSize& bottomLeft, const IntSize& bottomRight) in addRoundedRectClip() 464 const IntSize& bottomLeft, const IntSize& bottomRight) in clipOutRoundedRect()
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 265 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 576 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 767 const IntSize& bottomRight, in fillRoundedRect()
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 1063 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 630 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 639 … const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) in fillRoundedRect()
|
/external/webkit/WebCore/rendering/ |
D | RenderObject.cpp | 1178 IntSize bottomRight = style->borderBottomRightRadius(); in paintBorder() local 1523 IntSize bottomRight = end ? s->borderBottomRightRadius() : IntSize(); in paintBoxShadow() local
|
D | RenderLayer.cpp | 1280 IntPoint bottomRight(width(), height()); in offsetFromResizeCorner() local
|