Home
last modified time | relevance | path

Searched defs:SkToUInt (Results 1 – 2 of 2) sorted by relevance

/external/skqp/include/private/
DSkTo.h25 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt() function
/external/skia/include/private/
DSkTo.h25 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt() function