Home
last modified time | relevance | path

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

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