Home
last modified time | relevance | path

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

/external/skia/include/ports/
DSkCFObject.h37 constexpr sk_cfp() {} in sk_cfp() function
38 constexpr sk_cfp(std::nullptr_t) {} in sk_cfp() function
44 sk_cfp(const sk_cfp<T>& that) : fObject(SkCFSafeRetain(that.get())) {} in sk_cfp() function
51 sk_cfp(sk_cfp<T>&& that) : fObject(that.release()) {} in sk_cfp() function
57 explicit sk_cfp(T obj) { in sk_cfp() function