Flutter Engine
The Flutter Engine
|
#include "fuzz/Fuzz.h"
#include "fuzz/FuzzCommon.h"
#include "include/core/SkPath.h"
#include "include/core/SkRect.h"
#include "include/pathops/SkPathOps.h"
Go to the source code of this file.
Functions | |
DEF_FUZZ (Pathop, fuzz) | |
void | BuildPath (Fuzz *fuzz, SkPath *path) |
DEF_FUZZ (LegacyChromiumPathop, fuzz) | |
Variables | |
const uint8_t | MAX_OPS = 20 |
const int | kLastOp = SkPathOp::kReverseDifference_SkPathOp |
Definition at line 120 of file FuzzPathop.cpp.
DEF_FUZZ | ( | LegacyChromiumPathop | , |
fuzz | |||
) |
Definition at line 185 of file FuzzPathop.cpp.
DEF_FUZZ | ( | Pathop | , |
fuzz | |||
) |
Definition at line 16 of file FuzzPathop.cpp.
const int kLastOp = SkPathOp::kReverseDifference_SkPathOp |
Definition at line 118 of file FuzzPathop.cpp.
const uint8_t MAX_OPS = 20 |
Definition at line 14 of file FuzzPathop.cpp.