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