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

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

Completed in 45 milliseconds