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

/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
H A DSVGFilter.cpp45 float SVGFilter::applyVerticalScale(float value) const function in class:WebCore::SVGFilter
49 return Filter::applyVerticalScale(value);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFilter.h58 virtual float applyVerticalScale(float value) const function in class:WebCore::Filter

Completed in 185 milliseconds