Home
last modified time | relevance | path

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

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