HomeSort by relevance Sort by last modified time
    Searched defs:m_curve (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebActiveGestureAnimation.h 58 OwnPtr<WebGestureCurve> m_curve; member in class:blink::WebActiveGestureAnimation
  /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

Completed in 735 milliseconds