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

/macosx-10.9.5/WebCore-7537.78.1/svg/
H A DSVGFEGaussianBlurElement.idl34 void setStdDeviation([Default=Undefined] optional float stdDeviationX,
H A DSVGFEDropShadowElement.idl30 void setStdDeviation([Default=Undefined] optional float stdDeviationX,
H A DSVGFEDropShadowElement.h34 void setStdDeviation(float stdDeviationX, float stdDeviationY);
H A DSVGFEGaussianBlurElement.h35 void setStdDeviation(float stdDeviationX, float stdDeviationY);
H A DSVGFEGaussianBlurElement.cpp71 void SVGFEGaussianBlurElement::setStdDeviation(float x, float y) function in class:WebCore::SVGFEGaussianBlurElement
H A DSVGFEDropShadowElement.cpp79 void SVGFEDropShadowElement::setStdDeviation(float x, float y) function in class:WebCore::SVGFEDropShadowElement

Completed in 161 milliseconds