Home
last modified time | relevance | path

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

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