Home
last modified time | relevance | path

Searched refs:kernelPosition (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEGaussianBlur.cpp104 inline void kernelPosition(int boxBlur, unsigned& std, int& dLeft, int& dRight) in kernelPosition() function
203 kernelPosition(i, kernelSizeX, dxLeft, dxRight); in apply()
212 kernelPosition(i, kernelSizeY, dyLeft, dyRight); in apply()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0630188 Made kernelPosition() in FEGaussianBlur a inline function instead of a static function.
30195 (WebCore::kernelPosition):
80885 (WebCore::FEGaussianBlur::kernelPosition): Added the SVG kernel
DChangeLog8571 (WebCore::FEGaussianBlur::kernelPosition):