Home
last modified time | relevance | path

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

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/include/private/
H A DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/core/
H A DSkTypes.h199 #define SkToSizeT(x) SkTo<size_t>(x) macro
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/include/core/
H A DSkTypes.h288 #define SkToSizeT(x) SkTo<size_t>(x) macro