Home
last modified time | relevance | path

Searched refs:drawImageBuffer (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEComposite.cpp288 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
289 … filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect())); in applySoftware()
303 filterContext->drawImageBuffer(imageBuffer2, destinationPoint, source2Rect); in applySoftware()
304 … filterContext->drawImageBuffer(imageBuffer, destinationPoint, sourceRect, CompositeSourceIn); in applySoftware()
308 … filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect())); in applySoftware()
309 …filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect()), … in applySoftware()
312 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
313 …filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect()), In… in applySoftware()
316 … filterContext->drawImageBuffer(imageBuffer2, drawingRegionOfInputImage(in2->absolutePaintRect())); in applySoftware()
317 …filterContext->drawImageBuffer(imageBuffer, drawingRegionOfInputImage(in->absolutePaintRect()), In… in applySoftware()
DSourceGraphic.cpp58 resultImage->context()->drawImageBuffer(filter->sourceImage(), IntPoint()); in applySoftware()
DSourceAlpha.cpp64 filterContext->drawImageBuffer(filter->sourceImage(), IntPoint(), CompositeDestinationIn); in applySoftware()
DFEMerge.cpp56 …filterContext->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolutePaintRec… in applySoftware()
DFEOffset.cpp104 resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegion); in applySoftware()
DFETile.cpp85 tileImageContext->drawImageBuffer(in->asImageBuffer(), in->absolutePaintRect().location()); in applySoftware()
DFEColorMatrix.cpp153 …resultImage->context()->drawImageBuffer(in->asImageBuffer(), drawingRegionOfInputImage(in->absolut… in applySoftware()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsContext.h260 …void drawImageBuffer(ImageBuffer*, const IntPoint&, CompositeOperator = CompositeSourceOver, blink…
261 …void drawImageBuffer(ImageBuffer*, const IntRect&, CompositeOperator = CompositeSourceOver, blink:…
262 …void drawImageBuffer(ImageBuffer*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOpe…
263 …void drawImageBuffer(ImageBuffer*, const IntRect& destRect, const IntRect& srcRect, CompositeOpera…
264 void drawImageBuffer(ImageBuffer*, const FloatRect& destRect);
265 …void drawImageBuffer(ImageBuffer*, const FloatRect& destRect, const FloatRect& srcRect, CompositeO…
DGraphicsContext.cpp1150 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& p, CompositeOperator op, … in drawImageBuffer() function in WebCore::GraphicsContext
1154drawImageBuffer(image, FloatRect(IntRect(p, image->size())), FloatRect(FloatPoint(), FloatSize(ima… in drawImageBuffer()
1157 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& r, CompositeOperator op, W… in drawImageBuffer() function in WebCore::GraphicsContext
1161drawImageBuffer(image, FloatRect(r), FloatRect(FloatPoint(), FloatSize(image->size())), op, blendM… in drawImageBuffer()
1164 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntPoint& dest, const IntRect& srcR… in drawImageBuffer() function in WebCore::GraphicsContext
1166drawImageBuffer(image, FloatRect(IntRect(dest, srcRect.size())), FloatRect(srcRect), op, blendMode… in drawImageBuffer()
1169 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const IntRect& dest, const IntRect& srcRe… in drawImageBuffer() function in WebCore::GraphicsContext
1171 drawImageBuffer(image, FloatRect(dest), FloatRect(srcRect), op, blendMode, useLowQualityScale); in drawImageBuffer()
1174 void GraphicsContext::drawImageBuffer(ImageBuffer* image, const FloatRect& dest) in drawImageBuffer() function in WebCore::GraphicsContext
1178 drawImageBuffer(image, dest, FloatRect(IntRect(IntPoint(), image->size()))); in drawImageBuffer()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderingContext.cpp300 m_paintInfo->context->drawImageBuffer(imageBuffer.get(), boundingBox); in bufferForeground()
DRenderSVGResourceFilter.cpp325 context->drawImageBuffer(resultImage, lastEffect->absolutePaintRect()); in postApplyResource()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCanvasElement.cpp323 …context->drawImageBuffer(imageBuffer, pixelSnappedIntRect(r), compositeOperator, blink::WebBlendMo… in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFilterEffectRenderer.cpp437 …m_savedGraphicsContext->drawImageBuffer(filter->output(), filter->outputRect(), CompositeSourceOve… in applyFilterEffect()
DRenderThemeChromiumMac.mm1102 paintInfo.context->drawImageBuffer(imageBuffer.get(), inflatedRect.location());
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1518 …c->drawImageBuffer(buffer, normalizedDstRect, normalizedSrcRect, state().m_globalComposite, state(… in drawImage()
1525 …c->drawImageBuffer(buffer, normalizedDstRect, normalizedSrcRect, state().m_globalComposite, state(… in drawImage()
1530 …c->drawImageBuffer(buffer, normalizedDstRect, normalizedSrcRect, state().m_globalComposite, state(… in drawImage()
1665 context->drawImageBuffer(imageBuffer, dest, src, op); in drawImageToContext()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMacNonOverlayAPI.mm172 context->drawImageBuffer(imageBuffer.get(), scrollbar->frameRect().location());
/external/chromium_org/third_party/WebKit/Source/web/tests/
DGraphicsContextTest.cpp251 context.drawImageBuffer(alphaImage.get(), FloatRect(10, 10, 10, 10)); in TEST()
289 context.drawImageBuffer(alphaImage.get(), FloatRect(10, 10, 10, 10)); in TEST()