Searched refs:effectDrawingRect (Results 1 – 5 of 5) sorted by relevance
219 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware() local220 RefPtr<Uint8ClampedArray> srcPixelArray = in->asPremultipliedImage(effectDrawingRect); in applySoftware()225 paintingData.width = effectDrawingRect.width(); in applySoftware()226 paintingData.height = effectDrawingRect.height(); in applySoftware()227 paintingData.radiusX = min(effectDrawingRect.width() - 1, radiusX); in applySoftware()228 paintingData.radiusY = min(effectDrawingRect.height() - 1, radiusY); in applySoftware()
431 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware() local435 srcPixelArray = in->asUnmultipliedImage(effectDrawingRect); in applySoftware()437 srcPixelArray = in->asPremultipliedImage(effectDrawingRect); in applySoftware()
293 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware() local294 in->copyPremultipliedImage(srcPixelArray, effectDrawingRect); in applySoftware()
401 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applySoftware() local402 in->copyPremultipliedImage(srcPixelArray, effectDrawingRect); in applySoftware()
133 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in clearShaderResult() local134 in->copyUnmultipliedImage(dstPixelArray, effectDrawingRect); in clearShaderResult()180 IntRect effectDrawingRect = requestedRegionOfInputImageData(in->absolutePaintRect()); in applyShader() local181 IntSize newContextSize(effectDrawingRect.size()); in applyShader()187 RefPtr<Uint8ClampedArray> srcPixelArray = in->asUnmultipliedImage(effectDrawingRect); in applyShader()