Searched refs:srcPoint (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | Image.cpp | 124 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint,… in drawTiled() argument 145 …oneTileRect.setX(destRect.x() + fmodf(fmodf(-srcPoint.x(), actualTileSize.width()) - actualTileSiz… in drawTiled() 146 …oneTileRect.setY(destRect.y() + fmodf(fmodf(-srcPoint.y(), actualTileSize.height()) - actualTileSi… in drawTiled()
|
D | Image.h | 133 …void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const Float…
|
D | GraphicsContext.h | 284 …void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tile…
|
D | GraphicsContext.cpp | 1020 …::drawTiledImage(Image* image, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& t… in drawTiledImage() argument 1024 image->drawTiled(this, destRect, srcPoint, tileSize, op, blendMode, repeatSpacing); in drawTiledImage()
|