Searched refs:SineWave (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/utils/ |
D | SineWave.h | 22 class SineWave { 25 SineWave(float frequency, float amplitude, int sampleRate): in SineWave() function
|
/third_party/skia/third_party/externals/oboe/apps/fxlab/app/src/main/cpp/effects/ |
D | VibratroEffect.h | 25 SineWave {frequency, 1, SAMPLE_RATE}) { } in VibratoEffect()
|
D | FlangerEffect.h | 27 SineWave {frequency, 1, SAMPLE_RATE}) { } in FlangerEffect()
|
D | TremoloEffect.h | 27 kSignal {SineWave{frequency, height, SAMPLE_RATE}} { } in TremoloEffect()
|
/third_party/skia/tools/timer/ |
D | TimeUtils.h | 48 static inline float SineWave(double time, in SineWave() function
|
/third_party/skia/gm/ |
D | blurrect.cpp | 331 fSigmaAnimationBoost = TimeUtils::SineWave(nanos, 5, 2.5f, 0.f, 2.f); in onAnimate()
|