![]() |
Flutter Engine
The Flutter Engine
|
#include "include/effects/Sk1DPathEffect.h"#include "include/core/SkFlattenable.h"#include "include/core/SkMatrix.h"#include "include/core/SkPath.h"#include "include/core/SkPathEffect.h"#include "include/core/SkPathMeasure.h"#include "include/core/SkPoint.h"#include "include/core/SkRefCnt.h"#include "include/core/SkScalar.h"#include "include/core/SkStrokeRec.h"#include "include/core/SkTypes.h"#include "include/private/base/SkFloatingPoint.h"#include "src/core/SkPathEffectBase.h"#include "src/core/SkReadBuffer.h"#include "src/core/SkWriteBuffer.h"Go to the source code of this file.
Classes | |
| class | Sk1DPathEffect |
| class | SkPath1DPathEffectImpl |
Macros | |
| #define | MAX_REASONABLE_ITERATIONS 100000 |
Functions | |
| static bool | morphpoints (SkPoint dst[], const SkPoint src[], int count, SkPathMeasure &meas, SkScalar dist) |
| static void | morphpath (SkPath *dst, const SkPath &src, SkPathMeasure &meas, SkScalar dist) |
| #define MAX_REASONABLE_ITERATIONS 100000 |
Definition at line 29 of file Sk1DPathEffect.cpp.
|
static |
Definition at line 178 of file Sk1DPathEffect.cpp.
|
static |
Definition at line 147 of file Sk1DPathEffect.cpp.