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