Searched refs:filterContext (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEComposite.cpp | 228 GraphicsContext* filterContext = resultImage->context(); in apply() local 233 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply() 234 …filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply() 237 filterContext->save(); in apply() 238 …filterContext->clipToImageBuffer(in2->asImageBuffer(), drawingRegionOfInputImage(in2->absolutePain… in apply() 239 …filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply() 240 filterContext->restore(); in apply() 243 …filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply() 244 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply() 247 …filterContext->drawImageBuffer(in2->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImag… in apply() [all …]
|
D | SourceAlpha.cpp | 67 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()
|
D | FETile.cpp | 87 GraphicsContext* filterContext = resultImage->context(); in apply() local 88 filterContext->setFillPattern(pattern); in apply() 89 filterContext->fillRect(FloatRect(FloatPoint(), absolutePaintRect().size())); in apply()
|
D | FEMerge.cpp | 61 GraphicsContext* filterContext = resultImage->context(); in apply() local 64 …filterContext->drawImageBuffer(in->asImageBuffer(), ColorSpaceDeviceRGB, drawingRegionOfInputImage… in apply()
|