Home
last modified time | relevance | path

Searched refs:effectWidth (Results 1 – 3 of 3) 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
51 int maxKernelSize = std::min(dxRight, effectWidth); in boxBlurNEON()
58 for (int x = 0; x < effectWidth; ++x) { in boxBlurNEON()
66 if (x + dxRight < effectWidth) { in boxBlurNEON()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEMorphology.cpp115 const int effectWidth = width * 4; in platformApplyGeneric() local
127 …unsigned char columnExtrema = srcPixelArray->item(extremaStartY * effectWidth + 4 * x + clrChannel… in platformApplyGeneric()
129 … unsigned char pixel = srcPixelArray->item(eY * effectWidth + 4 * x + clrChannel); in platformApplyGeneric()
142 …unsigned char columnExtrema = srcPixelArray->item(extremaStartY * effectWidth + endX * 4 + clrChan… in platformApplyGeneric()
144 … unsigned char pixel = srcPixelArray->item(i * effectWidth + endX * 4 + clrChannel); in platformApplyGeneric()
160 dstPixelArray->set(y * effectWidth + 4 * x + clrChannel, entireExtrema); in platformApplyGeneric()
DFEGaussianBlur.cpp84 …unsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeigh… in boxBlur() argument
91 int maxKernelSize = min(dxRight, effectWidth); in boxBlur()
96 for (int x = 0; x < effectWidth; ++x) { in boxBlur()
101 if (x + dxRight < effectWidth) in boxBlur()