Searched refs:effectHeight (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/cpu/arm/filters/ |
D | FEGaussianBlurNEON.h | 38 …nsigned dx, int dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight) in boxBlurNEON() argument 47 for (int y = 0; y < effectHeight; ++y) { in boxBlurNEON()
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | FEGaussianBlur.cpp | 84 …dxLeft, int dxRight, int stride, int strideLine, int effectWidth, int effectHeight, bool alphaImag… in boxBlur() argument 86 for (int y = 0; y < effectHeight; ++y) { in boxBlur()
|