Home
last modified time | relevance | path

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

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