Home
last modified time | relevance | path

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

/reactos/sdk/include/psdk/
H A Dwingdi.h3224 #define GDI_WIDTHBYTES(bits) ((DWORD)(((bits) + 31) & (~31)) / 8) macro
3225 #define GDI_DIBWIDTHBYTES(bi) (DWORD)GDI_WIDTHBYTES((DWORD)(bi).biWidth * (DWORD)(bi).biBitCount)