/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 | 43 …ize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) in Radii() 58 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 | 71 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/ |
D | BorderData.h | 112 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
|
/external/eigen/test/ |
D | geo_alignedbox.cpp | 116 Vector2f bottomRight; bottomRight << M[0], m[1]; in specificTest1() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSGradientValue.cpp | 910 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/ |
D | TerrainPatch.java | 356 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/ |
D | RenderDeviceJme.java | 345 Color topLeft, Color topRight, Color bottomRight, Color bottomLeft) { in renderQuad()
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | TransparencyWinTest.cpp | 345 FloatRect bottomRight(15, 15, 1, 1); in TEST() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | GraphicsContext.cpp | 1364 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()
|