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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GeneratedImage.h 52 virtual void drawPattern(GraphicsContext*, const FloatRect&,
CrossfadeGeneratedImage.h 56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
GeneratorGeneratedImage.h 56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
Image.cpp 162 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,
229 TRACE_EVENT0("skia", "Image::drawPattern");
231 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode);
CrossfadeGeneratedImage.cpp 96 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, BlendMode blendMode)
107 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode);
Image.h 113 virtual void drawPattern(GraphicsContext*, const FloatRect&,
ImageBuffer.h 137 void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, BlendMode);
GeneratorGeneratedImage.cpp 102 void GeneratorGeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale,
142 m_cachedImageBuffer->drawPattern(destContext, adjustedSrcRect, scaleWithoutCTM, phase, compositeOp, destRect, blendMode);
ImageBuffer.cpp 256 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
264 image->drawPattern(context, srcRect, scale, phase, op, destRect, blendMode);
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp 44 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
SVGImageForContainer.h 57 virtual void drawPattern(GraphicsContext*, const FloatRect&, const FloatSize&, const FloatPoint&, CompositeOperator, const FloatRect&, BlendMode) OVERRIDE;
SVGImage.cpp 189 image->drawPattern(context, scaledSrcRect, scaleWithoutCTM, phase, compositeOp, dstRect, blendMode);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
NativeImageSkia.h 130 void drawPattern(
NativeImageSkia.cpp 380 void NativeImageSkia::drawPattern(
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 199 milliseconds