OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_amplitude
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGComponentTransferFunctionElement.h
42
SVGAnimatedNumber* amplitude() { return
m_amplitude
.get(); }
60
RefPtr<SVGAnimatedNumber>
m_amplitude
;
member in class:blink::SVGComponentTransferFunctionElement
SVGComponentTransferFunctionElement.cpp
50
,
m_amplitude
(SVGAnimatedNumber::create(this, SVGNames::amplitudeAttr, SVGNumber::create(1)))
58
addToPropertyMap(
m_amplitude
);
102
func.amplitude =
m_amplitude
->currentValue()->value();
Completed in 832 milliseconds