Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/core/
DSkTypes.h118 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8() function
/third_party/skia/include/core/
DSkTypes.h550 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8() function