Go to the source code of this file.
◆ DEF_FUZZ()
DEF_FUZZ |
( |
PathMeasure |
, |
|
|
fuzz |
|
|
) |
| |
Definition at line 14 of file FuzzPathMeasure.cpp.
14 {
18 for (auto index = 0; index < 6; ++index) {
20 }
25 if (maxDim > 1000000) {
26 return;
27 }
38}
void FuzzEvilPath(Fuzz *fuzz, SkPath *path, int last_verb)
static float max(float r, float g, float b)
Optional< SkRect > bounds
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
◆ ignoreResult()
void ignoreResult |
( |
bool |
| ) |
|
|
inline |