Searched refs:drawTiled (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.h136 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
138 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
H A DImage.cpp124 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, CompositeOperator op, WebBlendMode blendMode, const IntSize& repeatSpacing) function in class:blink::Image
166 // FIXME: Merge with the other drawTiled eventually, since we need a combination of both for some things.
167 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, function in class:blink::Image
H A DGraphicsContext.cpp1105 image->drawTiled(this, destRect, srcPoint, tileSize, op, blendMode, repeatSpacing);
1120 image->drawTiled(this, dest, srcRect, tileScaleFactor, hRule, vRule, op);

Completed in 131 milliseconds