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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp 44 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
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);
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);
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);
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/platform/graphics/skia/
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 309 milliseconds