Home
last modified time | relevance | path

Searched defs:applyVerticalScale (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFilter.h48 …virtual float applyVerticalScale(float value) const { return value * m_filterResolution.height(); } in applyVerticalScale() function
/external/webkit/Source/WebCore/svg/graphics/filters/
DSVGFilter.cpp46 float SVGFilter::applyVerticalScale(float value) const in applyVerticalScale() function in WebCore::SVGFilter