Home
last modified time | relevance | path

Searched refs:HORZSIZE (Results 1 – 13 of 13) sorted by relevance

/reactos/modules/rostests/winetests/gdi32/
H A Dmapping.c97 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 Dmetafile.c354 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 Ddc.c316 HORZSIZE, in test_device_caps()
392 case HORZSIZE: in test_device_caps()
/reactos/win32ss/gdi/gdi32/wine/enhmfdrv/
H A Dinit.c398 physDev->emh->szlMillimeters.cx = GetDeviceCaps( physDev->ref_dc, HORZSIZE ); in CreateEnhMetaFileW()
H A Dgraphics.c912 const INT horzSize = GetDeviceCaps( dev->hdc, HORZSIZE );
/reactos/win32ss/gdi/gdi32/objects/
H A Ddc.c601 case HORZSIZE: in GetDeviceCaps()
/reactos/win32ss/gdi/gdi32/wine/
H A Denhmetafile.c614 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 Dmetafile.c1211 horz_size = GetDeviceCaps(ref_dc, HORZSIZE); in set_window()
H A Demfdc.c1132 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 Dcoord.c1248 cxVirtualDeviceMm = NtGdiGetDeviceCaps(hdc, HORZSIZE); in NtGdiSetVirtualResolution()
/reactos/win32ss/gdi/eng/
H A Dpdevobj.c1183 case HORZSIZE: in NtGdiGetDeviceCaps()
/reactos/dll/win32/gdiplus/
H A Dmetafile.c749 dpix = (REAL)GetDeviceCaps(hdc, HORZRES) / GetDeviceCaps(hdc, HORZSIZE) * 25.4; in GdipRecordMetafile()
/reactos/sdk/include/psdk/
H A Dwingdi.h714 #define HORZSIZE 4 macro