Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/
DFEGaussianBlurNEON.h38 …unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeigh… in boxBlurNEON() argument
62 if (x >= dxLeft) { in boxBlurNEON()
63 …loat32x4_t sourcePixelAsFloat = loadRGBA8AsFloat(sourcePixel + pixelOffset - dxLeft * pixelStride); in boxBlurNEON()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEGaussianBlur.cpp84 …unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeigh… in boxBlur() argument
99 if (x >= dxLeft) in boxBlur()
100 sum -= srcPixelArray->item(pixelByteOffset - dxLeft * stride); in boxBlur()
113 int dxLeft = 0; in platformApplyGeneric() local
122 kernelPosition(i, kernelSizeX, dxLeft, dxRight); in platformApplyGeneric()
125 …boxBlurNEON(src, dst, kernelSizeX, dxLeft, dxRight, 4, stride, paintSize.width(), paintSize.height… in platformApplyGeneric()
127 …boxBlur(src, dst, kernelSizeX, dxLeft, dxRight, 4, stride, paintSize.width(), paintSize.height(), … in platformApplyGeneric()
129 …boxBlur(src, dst, kernelSizeX, dxLeft, dxRight, 4, stride, paintSize.width(), paintSize.height(), … in platformApplyGeneric()