Searched refs:ImageWidth (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/shimgvw/ |
H A D | shimgvw.c | 143 UINT ImageWidth, ImageHeight, ZoomedWidth, ZoomedHeight; in ZoomWnd_UpdateScroll() local 157 GdipGetImageWidth(g_pImage, &ImageWidth); in ZoomWnd_UpdateScroll() 277 UINT ImageWidth, ImageHeight, NewZoom; in Preview_ResetZoom() local 284 GdipGetImageWidth(g_pImage, &ImageWidth); in Preview_ResetZoom() 289 if (ImageHeight * Rect.right < Rect.bottom * ImageWidth) in Preview_ResetZoom() 291 if (Rect.right < ImageWidth) in Preview_ResetZoom() 294 NewZoom = (Rect.right * 100) / ImageWidth; in Preview_ResetZoom() 811 UINT ImageWidth, ImageHeight; in ZoomWnd_OnDraw() local 813 GdipGetImageWidth(g_pImage, &ImageWidth); in ZoomWnd_OnDraw() 1051 UINT ImageWidth, ImageHeight, ZoomedWidth, ZoomedHeight; in ZoomWnd_OnHVScroll() local [all …]
|
/reactos/dll/win32/winfax/ |
H A D | winfax.c | 319 …LE FaxHandle, DWORD JobId, LPBYTE *Buffer, LPDWORD BufferSize, LPDWORD ImageWidth, LPDWORD ImageHe… in FaxGetPageData() argument
|
/reactos/sdk/include/psdk/ |
H A D | winfax.h | 621 …LE FaxHandle, DWORD JobId, LPBYTE *Buffer, LPDWORD BufferSize, LPDWORD ImageWidth, LPDWORD ImageHe…
|
H A D | twain.h | 271 TW_INT32 ImageWidth; /* Columns in the image, -1 if unknown by DS*/ member
|