Home
last modified time | relevance | path

Searched defs:SkToSizeT (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/include/private/
DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function
/third_party/flutter/skia/include/private/
DSkTo.h26 template <typename S> constexpr size_t SkToSizeT(S x) { return SkTo<size_t>(x); } in SkToSizeT() function