HomeSort by relevance Sort by last modified time
    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:blink::FINAL
AudioParamTimeline.h 84 , m_curve(curve)
93 Float32Array* curve() { return m_curve.get(); }
101 RefPtr<Float32Array> m_curve; member in class:blink::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 437 milliseconds