Searched refs:RASTERCAPS (Results 1 – 8 of 8) sorted by relevance
93 if (GetDeviceCaps(hDC, RASTERCAPS) & RC_PALETTE) in GetSystemPaletteEntries()
688 case RASTERCAPS: in GetDeviceCaps()
300 if (!(GetDeviceCaps( hdc, RASTERCAPS ) & RC_PALETTE)) in test_system_palette_entries()
333 RASTERCAPS, in test_device_caps()
1176 if (!(NtGdiGetDeviceCaps(hDC, RASTERCAPS) & RC_PALETTE)) { in NtGdiSetSystemPaletteUse()
1270 case RASTERCAPS: in NtGdiGetDeviceCaps()
305 if (NtGdiGetDeviceCaps(ScreenDeviceContext, RASTERCAPS) & RC_PALETTE) in co_IntInitializeDesktopGraphics()
745 #define RASTERCAPS 38 macro