Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/core/
H A DSkRefCnt.h207 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
208 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
214 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
217 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
224 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
227 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
233 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/core/
H A DSkRefCnt.h207 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
208 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
214 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
217 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
224 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
227 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
233 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/core/
H A DSkRefCnt.h207 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
208 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
214 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
217 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
224 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
227 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
233 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/core/
H A DSkRefCnt.h207 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
208 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
214 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
217 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
224 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
227 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
233 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/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
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/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
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkRefCnt.h252 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
253 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
259 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
261 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
268 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
270 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
276 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkRefCnt.h264 constexpr sk_sp() : fPtr(nullptr) {} in sk_sp() function
265 constexpr sk_sp(std::nullptr_t) : fPtr(nullptr) {} in sk_sp() function
271 sk_sp(const sk_sp<T>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
273 sk_sp(const sk_sp<U>& that) : fPtr(SkSafeRef(that.get())) {} in sk_sp() function
280 sk_sp(sk_sp<T>&& that) : fPtr(that.release()) {} in sk_sp() function
282 sk_sp(sk_sp<U>&& that) : fPtr(that.release()) {} in sk_sp() function
288 explicit sk_sp(T* obj) : fPtr(obj) {} in sk_sp() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/skia/ext/
H A Dfontmgr_default.h12 class sk_sp; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skottie_ios_app/
H A DSkMetalViewBridge.h13 template <typename T> class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/skia/ext/
H A Dfontmgr_default.h12 class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dsegment_reader.h17 class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skottie_ios_app/
H A DSkMetalViewBridge.h14 template <typename T> class sk_sp; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/
H A Dsegment_reader.h17 class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dfont_warmup_win.h15 template <typename T> class sk_sp; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dfont_warmup_win.h15 template <typename T> class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/
H A Dcross_thread_copier.h59 class sk_sp; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/
H A Dcross_thread_copier.h59 class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skqp/src/
H A Dskqp.h20 template <typename T> class sk_sp; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skqp/src/
H A Dskqp.h20 template <typename T> class sk_sp; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DRefCntTest.cpp150 DEF_TEST(sk_sp, reporter) { in DEF_TEST() argument