Flutter Engine
The Flutter Engine
|
#include <SkPathPriv.h>
Classes | |
struct | Iter |
Public Member Functions | |
Verbs (const SkPath &path) | |
Iter | begin () |
Iter | end () |
Returns a C++11-iterable object that traverses a path's verbs in order. e.g:
for (SkPath::Verb verb : SkPathPriv::Verbs(path)) { ... }
Definition at line 141 of file SkPathPriv.h.
|
inline |
Definition at line 143 of file SkPathPriv.h.
|
inline |
Definition at line 150 of file SkPathPriv.h.
|
inline |
Definition at line 151 of file SkPathPriv.h.