Flutter Engine
The Flutter Engine
|
#include "src/pathops/SkPathOpsCubic.h"
#include "include/private/base/SkFloatingPoint.h"
#include "include/private/base/SkTPin.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkTSort.h"
#include "src/core/SkGeometry.h"
#include "src/pathops/SkIntersections.h"
#include "src/pathops/SkLineParameters.h"
#include "src/pathops/SkPathOpsConic.h"
#include "src/pathops/SkPathOpsQuad.h"
#include "src/pathops/SkPathOpsRect.h"
#include "src/pathops/SkPathOpsTypes.h"
#include <algorithm>
#include <cmath>
Go to the source code of this file.
Functions | |
static void | interp_cubic_coords (const double *src, double *dst, double t) |
static double | derivative_at_t (const double *src, double t) |
static void | formulate_F1DotF2 (const double src[], double coeff[4]) |
static double | interp_cubic_coords (const double *src, double t) |
Variables | |
static const double | PI = 3.141592653589793 |
|
static |
Definition at line 245 of file SkPathOpsCubic.cpp.
|
static |
|
static |
|
static |
Definition at line 656 of file SkPathOpsCubic.cpp.
|
static |
Definition at line 378 of file SkPathOpsCubic.cpp.