Searched refs:SkAlign8 (Results 1 – 5 of 5) sorted by relevance
552 template <typename T> static constexpr T SkAlign8(T x) { return (x + 7) >> 3 << 3; } in SkAlign8() function559 return sizeof(void*) == 8 ? SkAlign8(x) : SkAlign4(x); in SkAlignPtr()
23 return SkAlign8(width) >> 3; in get_src_row_bytes()
102 size = SkAlign8(size); in addTraceEvent()
429 const int dstPad = mask.fRowBytes - SkAlign8(width)/8; in packA8ToA1()
319 const int dstPad = mask.fRowBytes - SkAlign8(width)/8; in packA8ToA1()