Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkTypes.h87 template <typename T> static constexpr bool SkToBool(const T& x) { return 0 != x; } in SkToBool() function
/third_party/skia/include/core/
DSkTypes.h517 template <typename T> static constexpr bool SkToBool(const T& x) { in SkToBool() function