Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/core/
H A DSkPathPriv.h150 struct Verbs { struct
152 Verbs(const SkPath& path) : fPathRef(path.fPathRef.get()) {} in Verbs() argument
162 Verbs(const Verbs&) = delete; argument
163 Verbs& operator=(const Verbs&) = delete; argument
164 SkPathRef* fPathRef;