Home
last modified time | relevance | path

Searched refs:is_align2 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkUTF.cpp12 template <typename T> static constexpr bool is_align2(T x) { return 0 == (x & 1); } in is_align2() function
71 if (!utf16 || !is_align2(intptr_t(utf16)) || !is_align2(byteLength)) { in CountUTF16()
159 if (!src || src + 1 > end || !is_align2(intptr_t(src))) { in NextUTF16()
/third_party/skia/src/utils/
DSkUTF.cpp13 template <typename T> static constexpr bool is_align2(T x) { return 0 == (x & 1); } in is_align2() function
72 if (!utf16 || !is_align2(intptr_t(utf16)) || !is_align2(byteLength)) { in CountUTF16()
160 if (!src || src + 1 > end || !is_align2(intptr_t(src))) { in NextUTF16()