Searched defs:sk_cfp (Results 1 – 1 of 1) sorted by relevance
37 constexpr sk_cfp() {} in sk_cfp() function38 constexpr sk_cfp(std::nullptr_t) {} in sk_cfp() function44 sk_cfp(const sk_cfp<T>& that) : fObject(SkCFSafeRetain(that.get())) {} in sk_cfp() function51 sk_cfp(sk_cfp<T>&& that) : fObject(that.release()) {} in sk_cfp() function57 explicit sk_cfp(T obj) { in sk_cfp() function