Searched defs:drawPattern (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
H A DSVGImageForContainer.cpp42 void SVGImageForContainer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, function in class:blink::SVGImageForContainer
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCrossfadeGeneratedImage.cpp98 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, WebBlendMode blendMode, const IntSize& repeatSpacing) function in class:blink::CrossfadeGeneratedImage
109 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode, repeatSpacing);
H A DGradientGeneratedImage.cpp47 void GradientGeneratedImage::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const FloatSize& scale, function in class:blink::GradientGeneratedImage
H A DImage.cpp161 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, function in class:blink::Image
228 TRACE_EVENT0("skia", "Image::drawPattern");
230 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode, repeatSpacing);
H A DImageBuffer.cpp288 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, function in class:blink::ImageBuffer
296 image->drawPattern(context, srcRect, scale, phase, op, destRect, blendMode, repeatSpacing);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
H A DNativeImageSkia.cpp196 void NativeImageSkia::drawPattern( function in class:blink::NativeImageSkia
/external/deqp/modules/gles31/functional/
H A Des31fMultisampleTests.cpp403 void drawPattern (bool invert) const;
447 drawPattern(false);
460 drawPattern(false);
462 drawPattern(true);
485 void MaskInvertCase::drawPattern (bool invert) const function in class:deqp::gles31::Functional::__anon20279::MaskInvertCase
/external/deqp/modules/gles2/functional/
H A Des2fMultisampleTests.cpp1381 void drawPattern (bool invertSampleCoverage) const;
1389 void CoverageMaskInvertCase::drawPattern (bool invertSampleCoverage) const function in class:deqp::gles2::Functional::CoverageMaskInvertCase
1426 drawPattern(false);
1435 drawPattern(false);
1437 drawPattern(true);
/external/deqp/modules/gles3/functional/
H A Des3fMultisampleTests.cpp1519 void drawPattern (bool invertSampleCoverage) const;
1527 void CoverageMaskInvertCase::drawPattern (bool invertSampleCoverage) const function in class:deqp::gles3::Functional::CoverageMaskInvertCase
1564 drawPattern(false);
1573 drawPattern(false);
1575 drawPattern(true);

Completed in 1693 milliseconds