HomeSort by relevance Sort by last modified time
    Searched refs:drawTiled (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Image.h 171 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize, ColorSpace styleColorSpace, CompositeOperator);
172 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator);
Image.cpp 108 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& destRect, const FloatPoint& srcPoint, const FloatSize& scaledTileSize, ColorSpace styleColorSpace, CompositeOperator op)
147 // FIXME: Merge with the other drawTiled eventually, since we need a combination of both for some things.
148 void Image::drawTiled(GraphicsContext* ctxt, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRule, TileRule vRule, ColorSpace styleColorSpace, CompositeOperator op)
GraphicsContext.cpp 483 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
486 image->drawTiled(this, rect, srcPoint, tileSize, styleColorSpace, op);
503 image->drawTiled(this, dest, srcRect, hRule, vRule, styleColorSpace, op);
506 image->drawTiled(this, dest, srcRect, hRule, vRule, styleColorSpace, op);

Completed in 81 milliseconds