Searched refs:setStdDeviation (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEGaussianBlurElement.idl31 void setStdDeviation([Default=Undefined] optional float stdDeviationX,
H A DSVGFEDropShadowElement.idl27 void setStdDeviation([Default=Undefined] optional float stdDeviationX,
H A DSVGFEGaussianBlurElement.h34 void setStdDeviation(float stdDeviationX, float stdDeviationY);
H A DSVGFEDropShadowElement.h33 void setStdDeviation(float stdDeviationX, float stdDeviationY);
H A DSVGFEGaussianBlurElement.cpp69 void SVGFEGaussianBlurElement::setStdDeviation(float x, float y) function in class:WebCore::SVGFEGaussianBlurElement
H A DSVGFEDropShadowElement.cpp77 void SVGFEDropShadowElement::setStdDeviation(float x, float y) function in class:WebCore::SVGFEDropShadowElement

Completed in 85 milliseconds