Searched refs:stdDeviationY (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEGaussianBlurElement.idl29 readonly attribute SVGAnimatedNumber stdDeviationY;
32 [Default=Undefined] optional float stdDeviationY);
H A DSVGFEDropShadowElement.idl25 readonly attribute SVGAnimatedNumber stdDeviationY;
28 [Default=Undefined] optional float stdDeviationY);
H A DSVGFEGaussianBlurElement.h34 void setStdDeviation(float stdDeviationX, float stdDeviationY);
50 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
H A DSVGFEDropShadowElement.h33 void setStdDeviation(float stdDeviationX, float stdDeviationY);
51 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
H A DSVGFEGaussianBlurElement.cpp36 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(), StdDeviationY, stdDeviationY)
41 REGISTER_LOCAL_ANIMATED_PROPERTY(stdDeviationY)
H A DSVGFEDropShadowElement.cpp38 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDropShadowElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(), StdDeviationY, stdDeviationY)
45 REGISTER_LOCAL_ANIMATED_PROPERTY(stdDeviationY)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDropShadow.h37 float stdDeviationY() const { return m_stdY; } function in class:WebCore::FEDropShadow
H A DFEGaussianBlur.h38 float stdDeviationY() const;
H A DFEGaussianBlur.cpp73 float FEGaussianBlur::stdDeviationY() const function in class:WebCore::FEGaussianBlur
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_filters.c436 VGfloat stdDeviationY)
438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY);
440 pow(y, 2)/(2*pow(stdDeviationY, 2)) ) );
455 VGfloat stdDeviationY)
465 stdDeviationX, stdDeviationY);
480 VGfloat stdDeviationY,
495 if (stdDeviationX <= 0 || stdDeviationY <= 0) {
515 kernel_height = compute_kernel_size(stdDeviationY);
519 stdDeviationX, stdDeviationY);
434 compute_gaussian_componenet(VGfloat x, VGfloat y, VGfloat stdDeviationX, VGfloat stdDeviationY) argument
452 compute_gaussian_kernel(VGfloat *kernel, VGint width, VGint height, VGfloat stdDeviationX, VGfloat stdDeviationY) argument
478 vegaGaussianBlur(VGImage dst, VGImage src, VGfloat stdDeviationX, VGfloat stdDeviationY, VGTilingMode tilingMode) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dapi_filters.c436 VGfloat stdDeviationY)
438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY);
440 pow(y, 2)/(2*pow(stdDeviationY, 2)) ) );
455 VGfloat stdDeviationY)
465 stdDeviationX, stdDeviationY);
480 VGfloat stdDeviationY,
495 if (stdDeviationX <= 0 || stdDeviationY <= 0) {
515 kernel_height = compute_kernel_size(stdDeviationY);
519 stdDeviationX, stdDeviationY);
434 compute_gaussian_componenet(VGfloat x, VGfloat y, VGfloat stdDeviationX, VGfloat stdDeviationY) argument
452 compute_gaussian_kernel(VGfloat *kernel, VGint width, VGint height, VGfloat stdDeviationX, VGfloat stdDeviationY) argument
478 vegaGaussianBlur(VGImage dst, VGImage src, VGfloat stdDeviationX, VGfloat stdDeviationY, VGTilingMode tilingMode) argument
/external/chromium_org/third_party/mesa/src/include/VG/
H A Dopenvg.h720 VGfloat stdDeviationY,
/external/mesa3d/include/VG/
H A Dopenvg.h720 VGfloat stdDeviationY,

Completed in 7883 milliseconds