OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdDeviationY
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFEGaussianBlurElement.idl
32
readonly attribute SVGAnimatedNumber
stdDeviationY
;
34
void setStdDeviation(in float stdDeviationX, in float
stdDeviationY
);
SVGFEGaussianBlurElement.h
35
void setStdDeviation(float stdDeviationX, float
stdDeviationY
);
53
DECLARE_ANIMATED_NUMBER(
StdDeviationY
,
stdDeviationY
)
SVGFEGaussianBlurElement.cpp
37
DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(),
StdDeviationY
,
stdDeviationY
)
132
RefPtr<FilterEffect> effect = FEGaussianBlur::create(filter, stdDeviationX(),
stdDeviationY
());
/external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.h
38
float
stdDeviationY
() const;
FEGaussianBlur.cpp
67
float FEGaussianBlur::
stdDeviationY
() const
Completed in 19 milliseconds