HomeSort by relevance Sort by last modified time
    Searched refs:SAWTOOTH (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OscillatorNode.idl 33 const unsigned short SAWTOOTH = 2;
OscillatorNode.h 50 SAWTOOTH = 2,
OscillatorNode.cpp 88 case SAWTOOTH:
89 return "sawtooth";
106 else if (type == "sawtooth")
107 setType(SAWTOOTH);
130 case SAWTOOTH: {
PeriodicWave.cpp 78 periodicWave->generateBasicWaveform(OscillatorNode::SAWTOOTH);
267 case OscillatorNode::SAWTOOTH:
268 // Sawtooth-shaped waveform with the first half ramping from zero to maximum and the

Completed in 459 milliseconds