Searched defs:SkToBool (Results 1 – 2 of 2) sorted by relevance
90 template <typename T> static constexpr bool SkToBool(const T& x) { return 0 != x; } in SkToBool() function