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