Home
last modified time | relevance | path

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

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