OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyVerticalScale
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/
SVGFilter.cpp
45
float SVGFilter::
applyVerticalScale
(float value) const
49
return Filter::
applyVerticalScale
(value);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
Filter.h
58
virtual float
applyVerticalScale
(float value) const
Completed in 46 milliseconds