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