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