Home
last modified time | relevance | path

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

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