Home
last modified time | relevance | path

Searched refs:srcPoint (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.cpp124 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()
DImage.h133 …void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const Float…
DGraphicsContext.h284 …void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tile…
DGraphicsContext.cpp1020 …::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()