Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h43 …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
DFloatRoundedRect.h44 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in Radii()
67 const FloatSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
DRoundedRect.cpp148 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in RoundedRect()
235 const IntSize& bottomRight = m_radii.bottomRight(); in intersectsQuad() local
DFloatRoundedRect.cpp48 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in FloatRoundedRect()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFELighting.cpp78 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/
DBorderData.h125 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
/external/eigen/test/
Dgeo_alignedbox.cpp123 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DExternalVideoSurfaceContainer.java222 RenderCoordinates.NormalizedPoint bottomRight = renderCoordinates.createNormalizedPoint(); in layOutSurfaceView() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp925 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/
DGraphicsContext.cpp1238 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()