Home
last modified time | relevance | path

Searched refs:filterContext (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEComposite.cpp228 GraphicsContext* filterContext = resultImage->context(); in apply() local
233filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
234filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply()
237 filterContext->save(); in apply()
238filterContext->clipToImageBuffer(in2->asImageBuffer(), drawingRegionOfInputImage(in2->absolutePain… in apply()
239filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply()
240 filterContext->restore(); in apply()
243filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply()
244filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
247filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply()
[all …]
DSourceAlpha.cpp67 GraphicsContext* filterContext = resultImage->context(); in apply() local
68 filterContext->save(); in apply()
69 filterContext->clipToImageBuffer(filter->sourceImage(), imageRect); in apply()
70 filterContext->fillRect(imageRect, Color::black, ColorSpaceDeviceRGB); in apply()
71 filterContext->restore(); in apply()
DFETile.cpp87 GraphicsContext* filterContext = resultImage->context(); in apply() local
88 filterContext->setFillPattern(pattern); in apply()
89 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size())); in apply()
DFEMerge.cpp61 GraphicsContext* filterContext = resultImage->context(); in apply() local
64filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply()