Searched refs:drawPattern (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGeneratedImage.h52 virtual void drawPattern(GraphicsContext*, const FloatRect&,
H A DImage.cpp162 drawPattern(ctxt, tileRect, scale, oneTileRect.location(), op, destRect, blendMode);
196 // High interpolation quality rounds the scaled tile to an integer size (see Image::drawPattern).
217 drawPattern(ctxt, srcRect, tileScaleFactor, patternPhase, op, dstRect);
220 drawPattern(ctxt, srcRect, tileScaleFactor, patternPhase, op, dstRect);
226 void Image::drawPattern(GraphicsContext* context, const FloatRect& floatSrcRect, const FloatSize& scale, function in class:WebCore::Image
229 TRACE_EVENT0("skia", "Image::drawPattern");
231 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode);
H A DCrossfadeGeneratedImage.cpp96 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode) function in class:WebCore::CrossfadeGeneratedImage
107 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode);
H A DCrossfadeGeneratedImage.h56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
H A DGeneratorGeneratedImage.h56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
H A DImage.h113 virtual void drawPattern(GraphicsContext*, const FloatRect&,
H A DImageBuffer.h137 void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, BlendMode);
H A DGeneratorGeneratedImage.cpp102 void GeneratorGeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale, function in class:WebCore::GeneratorGeneratedImage
142 m_cachedImageBuffer->drawPattern(destContext, adjustedSrcRect, scaleWithoutCTM, phase, compositeOp, destRect, blendMode);
H A DImageBuffer.cpp256 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, function in class:WebCore::ImageBuffer
264 image->drawPattern(context, srcRect, scale, phase, op, destRect, blendMode);
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.cpp44 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, function in class:WebCore::SVGImageForContainer
H A DSVGImageForContainer.h57 virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, BlendMode) OVERRIDE;
H A DSVGImage.cpp189 image->drawPattern(context, scaledSrcRect, scaleWithoutCTM, phase, compositeOp, dstRect, blendMode);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DNativeImageSkia.h130 void drawPattern(
H A DNativeImageSkia.cpp380 void NativeImageSkia::drawPattern( function in class:WebCore::NativeImageSkia

Completed in 190 milliseconds