Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/filters/
DFELighting.cpp74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topLeft() local
87 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in topRow() local
112 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in leftColumn() local
128 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset)); in interior() local
171 inline void FELighting::LightingData::bottomRight(int offset, IntPoint& normalVector) in bottomRight() function in WebCore::FELighting::LightingData
/external/webkit/Source/WebCore/platform/graphics/
DRoundedIntRect.h40 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in Radii()
55 const IntSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
DTiledBackingStore.cpp77 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY())… in invalidate() local
136 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY())… in paint() local
233 …Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(coverRect.maxX(), coverRect.maxY())… in createTiles() local
DRoundedIntRect.cpp127 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in RoundedIntRect()
/external/webkit/Source/WebCore/rendering/style/
DBorderData.h112 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
/external/webkit/Source/WebKit2/UIProcess/
DTiledDrawingAreaProxy.cpp239 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), d… in invalidate() local
337 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), d… in paint() local
437 …TiledDrawingAreaTile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(visibleRect.maxX(),… in createTiles() local
/external/webkit/Source/WebCore/platform/graphics/android/context/
DPlatformGraphicsContext.h130 const IntSize& bottomRight, const Color& color, in fillRoundedRect()
DPlatformGraphicsContextRecording.cpp349 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
DPlatformGraphicsContextSkia.cpp543 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
DGraphicsContextAndroid.cpp221 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
DGraphicsOperation.h682 const IntSize& bottomRight, in FillRoundedRect()
/external/webkit/Source/WebCore/css/
DCSSGradientValue.cpp656 FloatPoint bottomRight(size.width(), size.height()); in distanceToClosestCorner() local
689 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/webkit/Source/WebKit/chromium/tests/
DTransparencyWinTest.cpp387 FloatRect bottomRight(15, 15, 1, 1); in TEST() local
/external/webkit/Source/WebCore/platform/graphics/openvg/
DGraphicsContextOpenVG.cpp176 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
DPainterOpenVG.cpp854 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfi… in drawRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DGraphicsContextHaiku.cpp180 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/wx/
DGraphicsContextWx.cpp278 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp825 const IntSize& bottomRight, in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp1125 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp747 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp744 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1211 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp2017 IntPoint bottomRight(width(), height()); in scrollTo() local