Searched defs:setCurve (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DWaveShaperNode.cpp47 void WaveShaperNode::setCurve(Float32Array* curve) function in class:blink::WaveShaperNode
50 waveShaperProcessor()->setCurve(curve);
H A DWaveShaperProcessor.cpp52 void WaveShaperProcessor::setCurve(Float32Array* curve) function in class:blink::WaveShaperProcessor
94 // Too bad - the tryLock() failed. We must be in the middle of a setCurve() call.

Completed in 92 milliseconds