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