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