OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setCurve
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
WaveShaperNode.cpp
48
void WaveShaperNode::
setCurve
(Float32Array* curve)
51
waveShaperProcessor()->
setCurve
(curve);
WaveShaperProcessor.cpp
52
void WaveShaperProcessor::
setCurve
(Float32Array* curve)
94
// Too bad - the tryLock() failed. We must be in the middle of a
setCurve
() call.
Completed in 25 milliseconds