Searched defs:SkIsAlign4 (Results 1 – 2 of 2) sorted by relevance
121 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4() function
553 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4() function