Searched defs:m_stdDeviation (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGFEGaussianBlurElement.h37 SVGAnimatedNumber* stdDeviationX() { return m_stdDeviation->firstNumber(); }
38 SVGAnimatedNumber* stdDeviationY() { return m_stdDeviation->secondNumber(); }
49 RefPtr<SVGAnimatedNumberOptionalNumber> m_stdDeviation; member in class:blink::FINAL
H A DSVGFEDropShadowElement.h39 SVGAnimatedNumber* stdDeviationX() { return m_stdDeviation->firstNumber(); }
40 SVGAnimatedNumber* stdDeviationY() { return m_stdDeviation->secondNumber(); }
56 RefPtr<SVGAnimatedNumberOptionalNumber> m_stdDeviation; member in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilterOperation.h243 const Length& stdDeviation() const { return m_stdDeviation; }
256 return m_stdDeviation == other->m_stdDeviation;
261 , m_stdDeviation(stdDeviation)
265 Length m_stdDeviation; member in class:blink::BlurFilterOperation
280 int stdDeviation() const { return m_stdDeviation; }
294 return m_location == other->m_location && m_stdDeviation == other->m_stdDeviation && m_color == other->m_color;
300 , m_stdDeviation(stdDeviation)
306 int m_stdDeviation; member in class:blink::DropShadowFilterOperation
[all...]

Completed in 502 milliseconds