Home
last modified time | relevance | path

Searched defs:Verbs (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkPathPriv.h130 struct Verbs { struct
132 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() argument
140 Iter end() { return Iter{fPathRef->verbs() - fPathRef->countVerbs() - 1}; } in end() argument
142 Verbs(const Verbs&) = delete; argument
143 Verbs& operator=(const Verbs&) = delete; argument
144 SkPathRef* fPathRef;
/external/skia/src/core/
DSkPathPriv.h129 struct Verbs { struct
131 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
141 Verbs(const Verbs&) = delete; argument
142 Verbs& operator=(const Verbs&) = delete; argument
143 SkPathRef* fPathRef;