Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPathPriv.h141 struct Verbs { struct
143 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() function
153 Verbs(const Verbs&) = delete; argument
154 Verbs& operator=(const Verbs&) = delete; argument
155 SkPathRef* fPathRef;