Searched defs:SkToU16 (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/include/private/ | ||
H A D | SkTo.h | 21 template <typename S> constexpr uint16_t SkToU16(S x) { return SkTo<uint16_t>(x); } in SkToU16() function |
Completed in 1 milliseconds