Searched refs:HORZSIZE (Results 1 – 13 of 13) sorted by relevance
/reactos/modules/rostests/winetests/gdi32/ |
H A D | mapping.c | 97 size_cx = GetDeviceCaps(hdc, HORZSIZE); in test_world_transform() 260 size_cx = GetDeviceCaps(hdc, HORZSIZE); in test_dc_layout() 509 INT horz_size = GetDeviceCaps(hdc, HORZSIZE); in test_setvirtualresolution() 538 ok(horz_size == GetDeviceCaps(hdc, HORZSIZE), "horz_size changed\n"); in test_setvirtualresolution()
|
H A D | metafile.c | 354 horzSize = GetDeviceCaps(hdcDisplay, HORZSIZE); in test_ExtTextOutScale() 3027 x0 = MulDiv(0, GetDeviceCaps(hdc, HORZSIZE) * 100, GetDeviceCaps(hdc, HORZRES)); in EmfEnumProc() 3029 x1 = MulDiv(10, GetDeviceCaps(hdc, HORZSIZE) * 100, GetDeviceCaps(hdc, HORZRES)); in EmfEnumProc() 3294 diffx = rclFrameAnisotropic.right / 100 - GetDeviceCaps(dc, HORZSIZE) / 2; in test_SetWinMetaFileBits() 3302 …GetDeviceCaps(dc, HORZSIZE) / 2, GetDeviceCaps(dc, VERTSIZE) / 2, rclFrameAnisotropic.right / 100,… in test_SetWinMetaFileBits() 3389 horz_size = GetDeviceCaps(display_dc, HORZSIZE); in getwinmetafilebits()
|
H A D | dc.c | 316 HORZSIZE, in test_device_caps() 392 case HORZSIZE: in test_device_caps()
|
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/ |
H A D | init.c | 398 physDev->emh->szlMillimeters.cx = GetDeviceCaps( physDev->ref_dc, HORZSIZE ); in CreateEnhMetaFileW()
|
H A D | graphics.c | 912 const INT horzSize = GetDeviceCaps( dev->hdc, HORZSIZE );
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | dc.c | 601 case HORZSIZE: in GetDeviceCaps()
|
/reactos/win32ss/gdi/gdi32/wine/ |
H A D | enhmetafile.c | 614 INT horzSize = GetDeviceCaps( hdc, HORZSIZE ); in EMF_SetMapMode() 675 double xdim = fabs((double)info->state.vportExtX * GetDeviceCaps( hdc, HORZSIZE ) / in EMF_FixIsotropic() 2960 horzsize = GetDeviceCaps(hdcRef, HORZSIZE); in SetWinMetaFileBits()
|
H A D | metafile.c | 1211 horz_size = GetDeviceCaps(ref_dc, HORZSIZE); in set_window()
|
H A D | emfdc.c | 1132 const INT horzSize = GetDeviceCaps( dc_attr->hdc, HORZSIZE ); in EMFDC_ExtTextOut() 2482 emf->emh->szlMillimeters.cx = GetDeviceCaps( ret, HORZSIZE ); in CreateEnhMetaFileW()
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | coord.c | 1248 cxVirtualDeviceMm = NtGdiGetDeviceCaps(hdc, HORZSIZE); in NtGdiSetVirtualResolution()
|
/reactos/win32ss/gdi/eng/ |
H A D | pdevobj.c | 1183 case HORZSIZE: in NtGdiGetDeviceCaps()
|
/reactos/dll/win32/gdiplus/ |
H A D | metafile.c | 749 dpix = (REAL)GetDeviceCaps(hdc, HORZRES) / GetDeviceCaps(hdc, HORZSIZE) * 25.4; in GdipRecordMetafile()
|
/reactos/sdk/include/psdk/ |
H A D | wingdi.h | 714 #define HORZSIZE 4 macro
|