HomeSort by relevance Sort by last modified time
    Searched refs:stdDeviationX (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/svg/
SVGFEGaussianBlurElement.idl 31 readonly attribute SVGAnimatedNumber stdDeviationX;
34 void setStdDeviation(in float stdDeviationX, in float stdDeviationY);
SVGFEGaussianBlurElement.h 38 void setStdDeviation(float stdDeviationX, float stdDeviationY);
46 DECLARE_ANIMATED_PROPERTY_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, SVGStdDeviationXAttrIdentifier, float, StdDeviationX, stdDeviationX)
SVGFEGaussianBlurElement.cpp 90 RefPtr<FilterEffect> effect = FEGaussianBlur::create(input1, stdDeviationX(), stdDeviationY());
  /external/webkit/WebCore/platform/graphics/filters/
FEGaussianBlur.h 35 float stdDeviationX() const;
FEGaussianBlur.cpp 52 float FEGaussianBlur::stdDeviationX() const

Completed in 52 milliseconds