Home
last modified time | relevance | path

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

/external/skqp/include/core/
DSkRefCnt.h208 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
209 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
215 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
218 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
225 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
228 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
234 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/external/skia/include/core/
DSkRefCnt.h219 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
220 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
226 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
229 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
236 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
239 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
245 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/external/skia/tools/skottie_ios_app/
DSkMetalViewBridge.h14 template <typename T> class sk_sp; variable
/external/skqp/tools/skqp/src/
Dskqp.h20 template <typename T> class sk_sp; variable
/external/skia/tools/skqp/src/
Dskqp.h20 template <typename T> class sk_sp; variable
/external/skia/tests/
DRefCntTest.cpp150 DEF_TEST(sk_sp, reporter) { in DEF_TEST() argument
/external/skqp/tests/
DRefCntTest.cpp150 DEF_TEST(sk_sp, reporter) { in DEF_TEST() argument