Flutter Engine
The Flutter Engine
|
#include "bench/Benchmark.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkShader.h"
#include "include/core/SkString.h"
#include "src/base/SkRandom.h"
#include "src/core/SkPathPriv.h"
Go to the source code of this file.
Classes | |
class | PathIterBench |
Enumerations | |
enum class | PathIterType { kIter , kRaw , kEdge } |
Functions | |
static int | rand_pts (SkRandom &rand, SkPoint pts[4]) |
Variables | |
const char * | gPathIterNames [] |
|
strong |
Enumerator | |
---|---|
kIter | |
kRaw | |
kEdge |
Definition at line 18 of file PathIterBench.cpp.
Definition at line 27 of file PathIterBench.cpp.
const char* gPathIterNames[] |
Definition at line 23 of file PathIterBench.cpp.