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