HomeSort by relevance Sort by last modified time
    Searched defs:SkToU32 (Results 1 - 2 of 2) sorted by null

  /external/skia/include/private/
SkTo.h 23 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); }
  /external/skqp/include/private/
SkTo.h 23 template <typename S> constexpr uint32_t SkToU32(S x) { return SkTo<uint32_t>(x); }

Completed in 81 milliseconds