Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkTypes.h122 template <typename T> static constexpr bool SkIsAlign8(T x) { return 0 == (x & 7); } in SkIsAlign8() function
/third_party/skia/include/core/
DSkTypes.h556 template <typename T> static constexpr bool SkIsAlign8(T x) { return 0 == (x & 7); } in SkIsAlign8() function