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