OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_curve
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperProcessor.h
56
Float32Array* curve() { return
m_curve
.get(); }
62
//
m_curve
represents the non-linear shaping curve.
63
RefPtr<Float32Array>
m_curve
;
member in class:WebCore::FINAL
AudioParamTimeline.h
85
,
m_curve
(curve)
94
Float32Array* curve() { return
m_curve
.get(); }
102
RefPtr<Float32Array>
m_curve
;
member in class:WebCore::AudioParamTimeline::ParamEvent
WaveShaperProcessor.cpp
57
m_curve
= curve;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.cpp
51
,
m_curve
(curve)
64
return
m_curve
->apply(time - m_startTime, m_target);
WebActiveGestureAnimation.h
58
OwnPtr<WebGestureCurve>
m_curve
;
member in class:blink::WebActiveGestureAnimation
Completed in 308 milliseconds