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