Searched refs:DESKTOPVERTRES (Results 1 – 5 of 5) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | dc.c | 349 DESKTOPVERTRES, in test_device_caps() 462 ok( GetDeviceCaps( ref_dc, DESKTOPVERTRES ) == GetSystemMetrics( SM_CYSCREEN ), in test_device_caps() 464 … GetDeviceCaps( ref_dc, DESKTOPVERTRES ), descr, GetSystemMetrics( SM_CYSCREEN ) ); in test_device_caps() 473 GetDeviceCaps( ref_dc, DESKTOPVERTRES ) ); in test_device_caps()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | dc.c | 658 case DESKTOPVERTRES: in GetDeviceCaps()
|
/reactos/win32ss/gdi/eng/ |
H A D | pdevobj.c | 1240 case DESKTOPVERTRES: in NtGdiGetDeviceCaps()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | sysparams.c | 3260 … SetRect( &rect, 0, 0, GetDeviceCaps( hdc, DESKTOPHORZRES ), GetDeviceCaps( hdc, DESKTOPVERTRES )); in test_dpi_mapping() 3338 … SetRect( &rect, 0, 0, GetDeviceCaps( hdc, DESKTOPHORZRES ), GetDeviceCaps( hdc, DESKTOPVERTRES )); in test_dpi_mapping()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 743 #define DESKTOPVERTRES 117 macro
|