Flutter Engine
The Flutter Engine
|
#include "src/pathops/SkPathOpsCubic.h"
#include "src/pathops/SkPathOpsPoint.h"
#include "src/pathops/SkPathOpsTypes.h"
#include <algorithm>
#include <cstddef>
Go to the source code of this file.
Functions | |
static bool | rotate (const SkDCubic &cubic, int zero, int index, SkDCubic &rotPath) |
static int | side (double x) |
Definition at line 14 of file SkOpCubicHull.cpp.
|
static |
Definition at line 45 of file SkOpCubicHull.cpp.