Home
last modified time | relevance | path

Searched defs:WIDTH_BYTES_ALIGN32 (Results 1 – 3 of 3) sorted by relevance

/reactos/win32ss/gdi/eng/
H A Dsurface.h111 #define WIDTH_BYTES_ALIGN32(cx, bpp) ((((cx) * (bpp) + 31) & ~31) >> 3) macro
/reactos/win32ss/gdi/gdi32/objects/
H A Dbitmap.c55 #define WIDTH_BYTES_ALIGN32(cx, bpp) ((((cx) * (bpp) + 31) & ~31) >> 3) macro
/reactos/dll/opengl/opengl32/
H A Dswimpl.c16 #define WIDTH_BYTES_ALIGN32(cx, bpp) ((((cx) * (bpp) + 31) & ~31) >> 3) macro