Home
last modified time | relevance | path

Searched defs:bottomRight (Results 1 – 12 of 12) 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.h43 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in Radii()
58 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.cpp71 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in topLeft() local
84 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in topRow() local
109 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in leftColumn() local
125 int bottomRight = static_cast<int>(pixels->item(offset + cPixelSize + cAlphaChannelOffset)); in interior() local
168 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.h112 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
/external/eigen/test/
Dgeo_alignedbox.cpp116 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSGradientValue.cpp910 FloatPoint bottomRight(size.width(), size.height()); in distanceToClosestCorner() local
943 FloatPoint bottomRight(size.width(), size.height()); in distanceToFarthestCorner() local
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
DTerrainPatch.java356 TerrainPatch bottomRight, in fixNormalEdges()
838 …Vector3f bottomRight = worldCoordinateToLocal(new Vector3f(bbox.getCenter().x+bbox.getXExtent(), 0… in collideWithBoundingBox() local
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DRenderDeviceJme.java345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) { in renderQuad()
/external/chromium_org/third_party/WebKit/Source/web/tests/
DTransparencyWinTest.cpp345 FloatRect bottomRight(15, 15, 1, 1); in TEST() local
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.cpp1364 const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color) in fillRoundedRect()
1844 …text::setRadii(SkVector* radii, IntSize topLeft, IntSize topRight, IntSize bottomRight, IntSize bo… in setRadii()