Home
last modified time | relevance | path

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

/reactos/dll/win32/shimgvw/
H A Dshimgvw.c105 HWND m_hwndZoom; member
230 InvalidateRect(pData->m_hwndZoom, NULL, TRUE); in Preview_UpdateZoom()
236 ZoomWnd_UpdateScroll(pData, pData->m_hwndZoom, FALSE); in Preview_UpdateZoom()
283 GetClientRect(pData->m_hwndZoom, &Rect); in Preview_ResetZoom()
595 ZoomWnd_UpdateScroll(pData, pData->m_hwndZoom, TRUE); in Preview_UpdateImage()
1232 pData->m_hwndZoom = hwndZoom; in Preview_OnCreate()
1234 Anime_SetTimerWnd(&pData->m_Anime, pData->m_hwndZoom); in Preview_OnCreate()
1308 MoveWindow(pData->m_hwndZoom, 0, 0, cx, cy, TRUE); in Preview_OnSize()
1551 DestroyWindow(pData->m_hwndZoom); in Preview_OnDestroy()
1552 pData->m_hwndZoom = NULL; in Preview_OnDestroy()
[all …]