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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEGaussianBlurElement.idl 29 readonly attribute SVGAnimatedNumber stdDeviationY;
32 [Default=Undefined] optional float stdDeviationY);
SVGFEDropShadowElement.idl 25 readonly attribute SVGAnimatedNumber stdDeviationY;
28 [Default=Undefined] optional float stdDeviationY);
SVGFEDropShadowElement.h 33 void setStdDeviation(float stdDeviationX, float stdDeviationY);
51 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
SVGFEGaussianBlurElement.h 34 void setStdDeviation(float stdDeviationX, float stdDeviationY);
50 DECLARE_ANIMATED_NUMBER(StdDeviationY, stdDeviationY)
SVGFEGaussianBlurElement.cpp 36 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEGaussianBlurElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(), StdDeviationY, stdDeviationY)
41 REGISTER_LOCAL_ANIMATED_PROPERTY(stdDeviationY)
SVGFEDropShadowElement.cpp 38 DEFINE_ANIMATED_NUMBER_MULTIPLE_WRAPPERS(SVGFEDropShadowElement, SVGNames::stdDeviationAttr, stdDeviationYIdentifier(), StdDeviationY, stdDeviationY)
45 REGISTER_LOCAL_ANIMATED_PROPERTY(stdDeviationY)
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEDropShadow.h 37 float stdDeviationY() const { return m_stdY; }
FEGaussianBlur.h 38 float stdDeviationY() const;
FEGaussianBlur.cpp 76 float FEGaussianBlur::stdDeviationY() const
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 436 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);
  /external/mesa3d/src/gallium/state_trackers/vega/
api_filters.c 436 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);
  /external/chromium_org/third_party/mesa/src/include/VG/
openvg.h     [all...]
  /external/mesa3d/include/VG/
openvg.h     [all...]

Completed in 409 milliseconds