Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkPaint.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "include/core/SkVertices.h"
#include "src/base/SkRandom.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "include/core/SkRSXform.h"
Go to the source code of this file.
Classes | |
class | VertBench |
class | AtlasBench |
Enumerations | |
enum | VertFlags { kColors_VertFlag = 1 << 0 , kTexture_VertFlag = 1 << 1 , kPersp_VertFlag = 1 << 2 , kBilerp_VertFlag = 1 << 3 } |
enum | AtlasFlags { kColors_Flag = 1 << 0 , kRotate_Flag = 1 << 1 , kPersp_Flag = 1 << 2 } |
Functions | |
static void | tiny_persp_effect (SkCanvas *canvas) |
enum AtlasFlags |
Enumerator | |
---|---|
kColors_Flag | |
kRotate_Flag | |
kPersp_Flag |
Definition at line 157 of file VertBench.cpp.
enum VertFlags |
Enumerator | |
---|---|
kColors_VertFlag | |
kTexture_VertFlag | |
kPersp_VertFlag | |
kBilerp_VertFlag |
Definition at line 26 of file VertBench.cpp.
|
static |
Definition at line 19 of file VertBench.cpp.