Home
last modified time | relevance | path

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

/reactos/win32ss/gdi/gdi32/objects/
H A Dpalette.c93 if (GetDeviceCaps(hDC, RASTERCAPS) & RC_PALETTE) in GetSystemPaletteEntries()
H A Ddc.c688 case RASTERCAPS: in GetDeviceCaps()
/reactos/modules/rostests/winetests/gdi32/
H A Dpalette.c300 if (!(GetDeviceCaps( hdc, RASTERCAPS ) & RC_PALETTE)) in test_system_palette_entries()
H A Ddc.c333 RASTERCAPS, in test_device_caps()
/reactos/win32ss/gdi/ntgdi/
H A Dpalette.c1176 if (!(NtGdiGetDeviceCaps(hDC, RASTERCAPS) & RC_PALETTE)) { in NtGdiSetSystemPaletteUse()
/reactos/win32ss/gdi/eng/
H A Dpdevobj.c1270 case RASTERCAPS: in NtGdiGetDeviceCaps()
/reactos/win32ss/user/ntuser/
H A Dwinsta.c305 if (NtGdiGetDeviceCaps(ScreenDeviceContext, RASTERCAPS) & RC_PALETTE) in co_IntInitializeDesktopGraphics()
/reactos/sdk/include/psdk/
H A Dwingdi.h745 #define RASTERCAPS 38 macro