Home
last modified time | relevance | path

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

/reactos/dll/win32/shimgvw/
H A Dshimgvw.c757 SIZE paintSize = { prcPaint->right - prcPaint->left, prcPaint->bottom - prcPaint->top }; in ZoomWnd_OnDraw() local
763 hbmMem = CreateCompatibleBitmap(hdc, paintSize.cx, paintSize.cy); in ZoomWnd_OnDraw()
785 SetRect(&rect, 0, 0, paintSize.cx, paintSize.cy); in ZoomWnd_OnDraw()
868 BitBlt(hdc, prcPaint->left, prcPaint->top, paintSize.cx, paintSize.cy, hdcMem, 0, 0, SRCCOPY); in ZoomWnd_OnDraw()