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

  /external/webkit/WebCore/svg/
SVGFEGaussianBlurElement.idl 32 readonly attribute SVGAnimatedNumber stdDeviationY;
34 void setStdDeviation(in float stdDeviationX, in float stdDeviationY);
SVGFEGaussianBlurElement.h 38 void setStdDeviation(float stdDeviationX, float stdDeviationY);
47 DECLARE_ANIMATED_PROPERTY_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, SVGStdDeviationYAttrIdentifier, float, StdDeviationY, stdDeviationY)
SVGFEGaussianBlurElement.cpp 90 RefPtr<FilterEffect> effect = FEGaussianBlur::create(input1, stdDeviationX(), stdDeviationY());
  /external/webkit/WebCore/platform/graphics/filters/
FEGaussianBlur.h 38 float stdDeviationY() const;
FEGaussianBlur.cpp 62 float FEGaussianBlur::stdDeviationY() const

Completed in 600 milliseconds