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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp 42 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CrossfadeGeneratedImage.cpp 100 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
111 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode, repeatSpacing);
GradientGeneratedImage.cpp 47 void GradientGeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale,
Image.cpp 161 drawPattern(ctxt, tileRect, scale, oneTileRect.location(), op, destRect, blendMode, repeatSpacing);
195 // High interpolation quality rounds the scaled tile to an integer size (see Image::drawPattern).
216 drawPattern(ctxt, srcRect, tileScaleFactor, patternPhase, op, dstRect);
219 drawPattern(ctxt, srcRect, tileScaleFactor, patternPhase, op, dstRect);
225 void Image::drawPattern(GraphicsContext* context, const FloatRect& floatSrcRect, const FloatSize& scale,
228 TRACE_EVENT0("skia", "Image::drawPattern");
230 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode, repeatSpacing);
ImageBuffer.cpp 259 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale,
267 image->drawPattern(context, srcRect, scale, phase, op, destRect, blendMode, repeatSpacing);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 427 void NativeImageSkia::drawPattern(
  /external/deqp/modules/gles31/functional/
es31fMultisampleTests.cpp 403 void drawPattern (bool invert) const;
447 drawPattern(false);
460 drawPattern(false);
462 drawPattern(true);
485 void MaskInvertCase::drawPattern (bool invert) const
    [all...]
  /external/deqp/modules/gles2/functional/
es2fMultisampleTests.cpp     [all...]
  /external/deqp/modules/gles3/functional/
es3fMultisampleTests.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 205 milliseconds