Flutter Engine
The Flutter Engine
|
#include <SkPathPriv.h>
Public Member Functions | |
Iterate (const SkPath &path) | |
Iterate (const uint8_t *verbsBegin, const uint8_t *verbsEnd, const SkPoint *points, const SkScalar *weights) | |
SkPath::RangeIter | begin () |
SkPath::RangeIter | end () |
Iterable object for traversing verbs, points, and conic weights in a path:
for (auto [verb, pts, weights] : SkPathPriv::Iterate(skPath)) { ... }
Definition at line 173 of file SkPathPriv.h.
|
inline |
Definition at line 175 of file SkPathPriv.h.
|
inline |
Definition at line 182 of file SkPathPriv.h.
|
inline |
Definition at line 186 of file SkPathPriv.h.
|
inline |
Definition at line 187 of file SkPathPriv.h.