Home
last modified time | relevance | path

Searched defs:stdY (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
DFEDropShadow.cpp36 FEDropShadow::FEDropShadow(Filter* filter, float stdX, float stdY, float dx, float dy, const Color&… in FEDropShadow()
47 PassRefPtr<FEDropShadow> FEDropShadow::create(Filter* filter, float stdX, float stdY, float dx, flo… in create()
129 float stdY = filter()->applyHorizontalScale(m_stdY); in createImageFilter() local
DFEGaussianBlur.cpp231 …::calculateUnscaledKernelSize(unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY) in calculateUnscaledKernelSize()
250 …ateKernelSize(Filter* filter, unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY) in calculateKernelSize()
323 float stdY = filter()->applyVerticalScale(m_stdY); in applySkia() local
342 float stdY = filter()->applyVerticalScale(m_stdY); in createImageFilter() local
DFEDropShadow.h38 void setStdDeviationY(float stdY) { m_stdY = stdY; } in setStdDeviationY()