Home
last modified time | relevance | path

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

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