HomeSort by relevance Sort by last modified time
    Searched full:stddeviationx (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.h 35 void setStdDeviation(float stdDeviationX, float stdDeviationY);
52 DECLARE_ANIMATED_NUMBER(StdDeviationX, stdDeviationX)
SVGFEGaussianBlurElement.idl 31 readonly attribute SVGAnimatedNumber stdDeviationX;
34 void setStdDeviation(in float stdDeviationX, in float stdDeviationY);
SVGFEGaussianBlurElement.cpp 36 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, stdDeviationXIdentifier(), StdDeviationX, stdDeviationX)
132 RefPtr<FilterEffect> effect = FEGaussianBlur::create(filter, stdDeviationX(), stdDeviationY());
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.h 35 float stdDeviationX() const;
FEGaussianBlur.cpp 57 float FEGaussianBlur::stdDeviationX() const
  /external/webkit/Source/WebCore/
ChangeLog-2008-08-10     [all...]

Completed in 21 milliseconds