Home
last modified time | relevance | path

Searched refs:effectBDrawingRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEBlend.cpp115 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply() local
116 RefPtr<ByteArray> srcPixelArrayB = in2->asPremultipliedImage(effectBDrawingRect); in apply()
DFEDisplacementMap.cpp112 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply() local
113 RefPtr<ByteArray> srcPixelArrayB = in2->asUnmultipliedImage(effectBDrawingRect); in apply()
DFEComposite.cpp218 IntRect effectBDrawingRect = requestedRegionOfInputImageData(in2->absolutePaintRect()); in apply() local
219 in2->copyPremultipliedImage(dstPixelArray, effectBDrawingRect); in apply()