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