Home
last modified time | relevance | path

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

/expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/core/
H A 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
/expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h224 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
225 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
231 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
234 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
241 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
244 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
250 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/core/
H A DSkRefCnt.h229 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
230 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
236 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
239 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
246 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
249 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
255 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function