Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "src/base/SkRandom.h"
#include "src/core/SkBlurMask.h"
Go to the source code of this file.
Classes | |
class | BlurBench |
Macros | |
#define | MINI 0.01f |
#define | SMALL SkIntToScalar(2) |
#define | REAL 0.5f |
#define | BIG SkIntToScalar(10) |
#define | REALBIG 100.5f |
#define | CUTOVER 2.6f |
Variables | |
static const char * | gStyleName [] |
#define BIG SkIntToScalar(10) |
Definition at line 20 of file BlurBench.cpp.
#define CUTOVER 2.6f |
Definition at line 23 of file BlurBench.cpp.
#define MINI 0.01f |
Definition at line 17 of file BlurBench.cpp.
#define REAL 0.5f |
Definition at line 19 of file BlurBench.cpp.
#define REALBIG 100.5f |
Definition at line 21 of file BlurBench.cpp.
#define SMALL SkIntToScalar(2) |
Definition at line 18 of file BlurBench.cpp.
|
static |
Definition at line 25 of file BlurBench.cpp.