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

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImage.cpp98 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op, BlendMode blendMode) function in class:WebCore::Image
139 // FIXME: Merge with the other drawTiled eventually, since we need a combination of both for some things.
140 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, function in class:WebCore::Image
H A DImage.h201 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace,
203 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator);
H A DGraphicsContext.cpp529 image->drawTiled(this, destRect, srcPoint, tileSize, styleColorSpace, op, blendMode);
532 image->drawTiled(this, destRect, srcPoint, tileSize, styleColorSpace, op, blendMode);
550 image->drawTiled(this, dest, srcRect, tileScaleFactor, hRule, vRule, styleColorSpace, op);
553 image->drawTiled(this, dest, srcRect, tileScaleFactor, hRule, vRule, styleColorSpace, op);

Completed in 125 milliseconds