Searched refs:srcPoint (Results 1 – 5 of 5) sorted by relevance
/external/webkit/WebKit/win/ |
D | WebNodeHighlight.cpp | 167 POINT srcPoint; in update() local 168 srcPoint.x = 0; in update() 169 srcPoint.y = 0; in update() 175 … ::UpdateLayeredWindow(m_overlay, ::GetDC(0), &dstPoint, &size, hdc, &srcPoint, 0, &bf, ULW_ALPHA); in update()
|
/external/webkit/WebCore/platform/graphics/ |
D | Image.cpp | 107 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint,… in drawTiled() argument 124 …oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), scaledTileSize.width()) - scaledTileSiz… in drawTiled() 125 …oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), scaledTileSize.height()) - scaledTileSi… in drawTiled()
|
D | Image.h | 167 …void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const Float…
|
D | GraphicsContext.cpp | 459 void GraphicsContext::drawTiledImage(Image* image, const IntRect& rect, const IntPoint& srcPoint, c… in drawTiledImage() argument 464 image->drawTiled(this, rect, srcPoint, tileSize, op); in drawTiledImage()
|
D | GraphicsContext.h | 266 …void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tile…
|