Searched defs:bottomRight (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | RoundedRect.h | 43 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in Radii() 58 const IntSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
|
D | FloatRoundedRect.h | 44 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in Radii() 67 const FloatSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
|
D | RoundedRect.cpp | 148 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in RoundedRect() 235 const IntSize& bottomRight = m_radii.bottomRight(); in intersectsQuad() local
|
D | FloatRoundedRect.cpp | 48 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in FloatRoundedRect()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FELighting.cpp | 78 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in topLeft() local 91 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in topRow() local 116 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in leftColumn() local 132 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in interior() local 175 inline void FELighting::LightingData::bottomRight(int offset, IntPoint& normalVector) in bottomRight() function in WebCore::FELighting::LightingData
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | BorderData.h | 125 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 123 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | ExternalVideoSurfaceContainer.java | 222 RenderCoordinates.NormalizedPoint bottomRight = renderCoordinates.createNormalizedPoint(); in layOutSurfaceView() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 925 FloatPoint bottomRight(size.width(), size.height()); in distanceToClosestCorner() local 958 FloatPoint bottomRight(size.width(), size.height()); in distanceToFarthestCorner() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 1238 const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) in fillRoundedRect() 1694 …text::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bo… in setRadii()
|