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