Home
last modified time | relevance | path

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

/reactos/modules/rostests/apitests/win32nt/ntgdi/
H A DNtGdiCreateDIBSection.c28 ULONG WidthBits, WidthBytes; in GetBitmapSize() local
30 WidthBits = pbih->biWidth * pbih->biBitCount * pbih->biPlanes; in GetBitmapSize()
31 WidthBytes = ((WidthBits + 31) & ~ 31) >> 3; in GetBitmapSize()