Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEGaussianBlur.cpp110 …formApplyGeneric(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kern… in platformApplyGeneric() argument
118 Uint8ClampedArray* dst = tmpPixelArray; in platformApplyGeneric()
163 …r::platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kern… in platformApply() argument
191 params.dstPixelArray = tmpPixelArray; in platformApply()
228 platformApplyGeneric(srcPixelArray, tmpPixelArray, kernelSizeX, kernelSizeY, paintSize); in platformApply()
305 Uint8ClampedArray* tmpPixelArray = tmpImageData.get(); in applySoftware() local
307 platformApply(srcPixelArray, tmpPixelArray, kernelSizeX, kernelSizeY, paintSize); in applySoftware()
DFEGaussianBlur.h74 …inline void platformApply(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsi…
76 …formApplyGeneric(Uint8ClampedArray* srcPixelArray, Uint8ClampedArray* tmpPixelArray, unsigned kern…