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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEGaussianBlur.h71 float m_stdY; member in class:WebCore::FEGaussianBlur
H A DFEDropShadow.h37 float stdDeviationY() const { return m_stdY; }
38 void setStdDeviationY(float stdY) { m_stdY = stdY; }
63 float m_stdY; member in class:WebCore::FEDropShadow
H A DFEGaussianBlur.cpp54 , m_stdY(y)
75 return m_stdY;
80 m_stdY = y;
113 IntSize kernelSize = calculateKernelSize(filter(), FloatPoint(m_stdX, m_stdY));
154 float stdY = filter()->applyVerticalScale(m_stdY);
173 float stdY = filter()->applyVerticalScale(m_stdY);
183 ts << " stdDeviation=\"" << m_stdX << ", " << m_stdY << "\"]\n"; local

Completed in 97 milliseconds