Go to the source code of this file.
|
#define | PARAM(array) array, std::size(array) |
|
◆ PARAM
#define PARAM |
( |
|
array | ) |
array, std::size(array) |
◆ DEF_BENCH() [1/2]
◆ DEF_BENCH() [2/2]
◆ make_cubic()
static void make_cubic |
( |
SkPath * |
path | ) |
|
|
static |
Definition at line 165 of file DashBench.cpp.
165 {
168 path->moveTo(x0, y0);
172}
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot The VM snapshot data that will be memory mapped as read only SnapshotAssetPath must be present isolate snapshot The isolate snapshot data that will be memory mapped as read only SnapshotAssetPath must be present cache dir path
◆ make_poly()
static void make_poly |
( |
SkPath * |
path | ) |
|
|
static |
Definition at line 151 of file DashBench.cpp.
151 {
155}
static void make_unit_star(SkPath *path, int n)
static SkMatrix Scale(SkScalar sx, SkScalar sy)
unsigned useCenter Optional< SkMatrix > matrix
◆ make_quad()
static void make_quad |
( |
SkPath * |
path | ) |
|
|
static |
◆ make_unit_star()
static void make_unit_star |
( |
SkPath * |
path, |
|
|
int |
n |
|
) |
| |
|
static |
Definition at line 139 of file DashBench.cpp.
139 {
142
144 for (
int i = 1;
i < n;
i++) {
145 rad += drad;
147 }
149}
#define SkScalarSin(radians)
#define SkScalarCos(radians)
◆ path_hline()
static void path_hline |
( |
SkPath * |
path | ) |
|
|
static |
◆ gDots