Home
last modified time | relevance | path

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

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