Searched refs:alignWidth (Results 1 – 3 of 3) sorted by relevance
25 constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() argument27 return (x + (alignWidth - 1)) & ~(alignWidth - 1); in GET_ALIGNED_SIZE()
24 template<typename T> constexpr T GET_ALIGNED_SIZE(T x, int alignWidth) in GET_ALIGNED_SIZE() argument26 return (x + (alignWidth - 1)) & ~(alignWidth - 1); in GET_ALIGNED_SIZE()
305 int32_t alignWidth = bufferStride / static_cast<int32_t>(IMAGE_BYTES_STRIDE); in DoDrawImageRect() local317 bitmap.Build(alignWidth, winHeight, format); in DoDrawImageRect()