OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_surfaceScale
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.h
39
SVGAnimatedNumber* surfaceScale() { return
m_surfaceScale
.get(); }
54
RefPtr<SVGAnimatedNumber>
m_surfaceScale
;
SVGFESpecularLightingElement.h
42
SVGAnimatedNumber* surfaceScale() { return
m_surfaceScale
.get(); }
60
RefPtr<SVGAnimatedNumber>
m_surfaceScale
;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FELighting.h
110
float
m_surfaceScale
;
Completed in 75 milliseconds