/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGImageBufferTools.cpp | 94 void SVGImageBufferTools::clipToImageBuffer(GraphicsContext* context, const AffineTransform& absolu… in clipToImageBuffer() function in WebCore::SVGImageBufferTools 102 context->clipToImageBuffer(imageBuffer.get(), clampedAbsoluteTargetRect); in clipToImageBuffer()
|
D | SVGImageBufferTools.h | 40 …static void clipToImageBuffer(GraphicsContext*, const AffineTransform& absoluteTransform, const Fl…
|
D | RenderSVGResourceMasker.cpp | 126 …SVGImageBufferTools::clipToImageBuffer(context, absoluteTransform, clampedAbsoluteTargetRect, mask… in applyResource()
|
D | RenderSVGResourceGradient.cpp | 128 …SVGImageBufferTools::clipToImageBuffer(context, absoluteTransform, clampedAbsoluteTargetRect, imag… in clipToTextMask()
|
D | RenderSVGResourceClipper.cpp | 207 …SVGImageBufferTools::clipToImageBuffer(context, absoluteTransform, clampedAbsoluteTargetRect, clip… in applyClippingToContext()
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | SourceAlpha.cpp | 69 filterContext->clipToImageBuffer(filter->sourceImage(), imageRect); in apply()
|
D | FEComposite.cpp | 238 …filterContext->clipToImageBuffer(in2->asImageBuffer(), drawingRegionOfInputImage(in2->absolutePain… in apply()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | GraphicsContextHaiku.cpp | 387 void GraphicsContext::clipToImageBuffer(const FloatRect&, const ImageBuffer*) in clipToImageBuffer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/openvg/ |
D | GraphicsContextOpenVG.cpp | 430 void GraphicsContext::clipToImageBuffer(const FloatRect& rect, const ImageBuffer* imageBuffer) in clipToImageBuffer() function in WebCore::GraphicsContext
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 369 void clipToImageBuffer(ImageBuffer*, const FloatRect&);
|
D | GraphicsContext.cpp | 586 void GraphicsContext::clipToImageBuffer(ImageBuffer* buffer, const FloatRect& rect) in clipToImageBuffer() function in WebCore::GraphicsContext
|
D | ShadowBlur.cpp | 412 graphicsContext->clipToImageBuffer(m_layerImage, FloatRect(m_layerOrigin, bufferSize)); in drawShadowBuffer()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1930 c->clipToImageBuffer(maskImage.get(), maskRect); in drawTextInternal()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBoxModelObject.cpp | 698 context->clipToImageBuffer(maskImage.get(), maskRect); in paintFillLayerExtended()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 34664 ImageBuffer::putImageData() and GraphicsContext::clipToImageBuffer(). Every platform has 46528 (WebCore::GraphicsContext::clipToImageBuffer): 56800 (WebCore::GraphicsContext::clipToImageBuffer): 94124 (WebCore::GraphicsContext::clipToImageBuffer): 94132 (WebCore::GraphicsContext::clipToImageBuffer): 96842 (WebCore::GraphicsContext::clipToImageBuffer): 97193 …is guilty. GraphicsContext::clipToImageBuffer() does some extra transformations that SVGResourcesM…
|
D | ChangeLog-2008-08-10 | 27496 Move GraphicsContext::clipToImageBuffer() notImplemented() stub to 27501 (WebCore::GraphicsContext::clipToImageBuffer): 32373 (WebCore::GraphicsContext::clipToImageBuffer): 32379 (WebCore::GraphicsContext::clipToImageBuffer): 38921 (WebCore::GraphicsContext::clipToImageBuffer): 38924 (WebCore::GraphicsContext::clipToImageBuffer):
|
D | ChangeLog-2010-05-24 | 2313 Fix painting when using clipToImageBuffer() 4334 [Qt] Implementing clipToImageBuffer for Qt port. 4348 (WebCore::GraphicsContext::clipToImageBuffer):
|
D | ChangeLog-2010-12-06 | 73110 …(WebCore::SVGImageBufferTools::clipToImageBuffer): Pass ImageBuffer as OwnPtr reference, to allow … 75703 …(WebCore::SVGImageBufferTools::clipToImageBuffer): Rename absoluteTargetRect to clampedAbsoluteTar… 77674 (WebCore::GraphicsContext::clipToImageBuffer): 80153 (WebCore::SVGImageBufferTools::clipToImageBuffer): 132220 Move coordinate transformation from TransparencyLayer to clipToImageBuffer() 132224 (WebCore::GraphicsContext::clipToImageBuffer):
|
D | ChangeLog-2010-01-29 | 409 (WebCore::GraphicsContext::clipToImageBuffer): 15323 (WebCore::GraphicsContext::clipToImageBuffer): 70383 (WebCore::GraphicsContext::clipToImageBuffer): 72886 (WebCore::GraphicsContext::clipToImageBuffer):
|