Home
last modified time | relevance | path

Searched refs:ImageWidth (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/shimgvw/
H A Dshimgvw.c143 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 Dwinfax.c319 …LE FaxHandle, DWORD JobId, LPBYTE *Buffer, LPDWORD BufferSize, LPDWORD ImageWidth, LPDWORD ImageHe… in FaxGetPageData() argument
/reactos/sdk/include/psdk/
H A Dwinfax.h621 …LE FaxHandle, DWORD JobId, LPBYTE *Buffer, LPDWORD BufferSize, LPDWORD ImageWidth, LPDWORD ImageHe…
H A Dtwain.h271 TW_INT32 ImageWidth; /* Columns in the image, -1 if unknown by DS*/ member