Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/wine/
H A Drosglue.c227 PUINT puUsage) in get_brush_bitmap_info() argument
234 hbmp = NtGdiGetObjectBitmapHandle(hbr, puUsage); in get_brush_bitmap_info()
247 if (!GetDIBits(hdc, hbmp, 0, 0, NULL, pbmi, *puUsage)) in get_brush_bitmap_info()
258 if (!GetDIBits(hdc, hbmp, 0, pbmi->bmiHeader.biHeight, Bits, pbmi, *puUsage)) in get_brush_bitmap_info()
/reactos/win32ss/gdi/ntgdi/
H A Dbrush.hpp111 _Out_ PUINT puUsage) const;
H A Dbrush.cpp140 _Out_ PUINT puUsage) const in hbmGetBitmapHandle()
143 *puUsage = (this->flAttrs & BR_IS_DIBPALCOLORS) ? DIB_PAL_COLORS : in hbmGetBitmapHandle()