/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FELighting.cpp | 74 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/ |
D | RoundedIntRect.h | 40 …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
|
D | TiledBackingStore.cpp | 77 …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
|
D | RoundedIntRect.cpp | 127 …t IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight) in RoundedIntRect()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | BorderData.h | 112 const LengthSize& bottomRight() const { return m_bottomRight; } in bottomRight() function
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | TiledDrawingAreaProxy.cpp | 239 …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/ |
D | PlatformGraphicsContext.h | 130 const IntSize& bottomRight, const Color& color, in fillRoundedRect()
|
D | PlatformGraphicsContextRecording.cpp | 349 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
|
D | PlatformGraphicsContextSkia.cpp | 543 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
|
D | GraphicsContextAndroid.cpp | 221 const IntSize& bottomLeft, const IntSize& bottomRight, in fillRoundedRect()
|
D | GraphicsOperation.h | 682 const IntSize& bottomRight, in FillRoundedRect()
|
/external/webkit/Source/WebCore/css/ |
D | CSSGradientValue.cpp | 656 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/ |
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/webkit/Source/WebKit/chromium/tests/ |
D | TransparencyWinTest.cpp | 387 FloatRect bottomRight(15, 15, 1, 1); in TEST() local
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 176 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
D | PainterOpenVG.cpp | 854 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfi… in drawRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 180 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 278 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 825 const IntSize& bottomRight, in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 1125 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 747 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 744 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1211 …& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const C… in fillRoundedRect()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 2017 IntPoint bottomRight(width(), height()); in scrollTo() local
|