Flutter Engine
The Flutter Engine
|
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkMaskFilter.h"
#include "src/base/SkRandom.h"
#include "tools/viewer/Slide.h"
#include <iterator>
Go to the source code of this file.
Classes | |
class | AnimBlurSlide |
Functions | |
SkScalar | get_anim_sin (double secs, SkScalar amplitude, SkScalar periodInSec, SkScalar phaseInSec) |
SkScalar get_anim_sin | ( | double | secs, |
SkScalar | amplitude, | ||
SkScalar | periodInSec, | ||
SkScalar | phaseInSec | ||
) |
Definition at line 17 of file AnimBlurSlide.cpp.