Searched defs:stdDeviationX (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEGaussianBlurElement.h35 void setStdDeviation(float stdDeviationX, float stdDeviationY);
37 SVGAnimatedNumber* stdDeviationX() { return m_stdDeviation->firstNumber(); } function in class:blink::FINAL
H A DSVGFEDropShadowElement.h35 void setStdDeviation(float stdDeviationX, float stdDeviationY);
39 SVGAnimatedNumber* stdDeviationX() { return m_stdDeviation->firstNumber(); } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEDropShadow.h34 float stdDeviationX() const { return m_stdX; } function in class:blink::FEDropShadow
H A DFEGaussianBlur.cpp61 float FEGaussianBlur::stdDeviationX() const function in class:blink::FEGaussianBlur
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dapi_filters.c435 VGfloat stdDeviationX,
438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY);
439 VGfloat e = exp( - ( pow(x, 2)/(2*pow(stdDeviationX, 2)) +
454 VGfloat stdDeviationX,
465 stdDeviationX, stdDeviationY);
479 VGfloat stdDeviationX,
495 if (stdDeviationX <= 0 || stdDeviationY <= 0) {
514 kernel_width = compute_kernel_size(stdDeviationX);
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.c435 VGfloat stdDeviationX,
438 VGfloat mult = 1 / ( 2 * M_PI * stdDeviationX * stdDeviationY);
439 VGfloat e = exp( - ( pow(x, 2)/(2*pow(stdDeviationX, 2)) +
454 VGfloat stdDeviationX,
465 stdDeviationX, stdDeviationY);
479 VGfloat stdDeviationX,
495 if (stdDeviationX <= 0 || stdDeviationY <= 0) {
514 kernel_width = compute_kernel_size(stdDeviationX);
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

Completed in 1466 milliseconds