Searched refs:kernelPosition (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEGaussianBlur.h73 static inline void kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight);
83 inline void FEGaussianBlur::kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight) function in class:WebCore::FEGaussianBlur
H A DFEGaussianBlur.cpp122 kernelPosition(i, kernelSizeX, dxLeft, dxRight);
135 kernelPosition(i, kernelSizeY, dyLeft, dyRight);

Completed in 55 milliseconds