Home
last modified time | relevance | path

Searched refs:sourceGraphic (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/graphics/
DSVGResourceFilter.cpp143 OwnPtr<ImageBuffer> sourceGraphic(ImageBuffer::create(bufferRect.size(), LinearRGB)); in prepareFilter() local
145 if (!sourceGraphic.get()) in prepareFilter()
148 GraphicsContext* sourceGraphicContext = sourceGraphic->context(); in prepareFilter()
152 m_sourceGraphicBuffer.set(sourceGraphic.release()); in prepareFilter()
/external/webkit/WebCore/
DChangeLog-2010-01-2920718 sourceGraphic wrong if positive x,y is >0 and objectBB is selected on Filter
50335 SVG Filters do not support source images besides "sourceGraphic"