Searched defs:SkToUInt (Results 1 – 2 of 2) sorted by relevance
25 template <typename S> constexpr unsigned SkToUInt(S x) { return SkTo<unsigned>(x); } in SkToUInt() function