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