Searched refs:CAPTUREBLT (Results 1 – 3 of 3) sorted by relevance
/reactos/win32ss/user/user32/controls/ |
H A D | ghost.c | 71 BitBlt(hdcMem, 0, 0, cx, cy, hdc, 0, 0, SRCCOPY | CAPTUREBLT); in IntGetWindowBitmap() 323 hdcMem, 0, 0, SRCCOPY | CAPTUREBLT); in Ghost_OnDraw()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | bitblt.c | 166 if (dwRop & CAPTUREBLT) in NtGdiBitBlt() 182 dwRop = dwRop & ~(NOMIRRORBITMAP|CAPTUREBLT); in NtGdiBitBlt() 823 dwRop3 = dwRop3 & ~(NOMIRRORBITMAP|CAPTUREBLT); in NtGdiStretchBlt()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 1376 #define CAPTUREBLT 0x40000000 macro
|