Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkTypes.h121 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4() function
/third_party/skia/include/core/
DSkTypes.h553 template <typename T> static constexpr bool SkIsAlign4(T x) { return 0 == (x & 3); } in SkIsAlign4() function