Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dtrayclock.cpp365 SIZE szWnd; in UpdateWnd() local
367 szWnd.cx = rcClient.right; in UpdateWnd()
368 szWnd.cy = rcClient.bottom; in UpdateWnd()
370 VisibleLines = GetMinimumSize(IsHorizontal, &szWnd); in UpdateWnd()
371 CurrentSize = szWnd; in UpdateWnd()
H A Dtraywnd.cpp1235 SIZE szMax, szWnd; in CalculateValidSize() local
1239 szWnd.cx = pRect->right - pRect->left; in CalculateValidSize()
1240 szWnd.cy = pRect->bottom - pRect->top; in CalculateValidSize()
1251 if (szWnd.cx > szMax.cx) in CalculateValidSize()
1252 szWnd.cx = szMax.cx; in CalculateValidSize()
1253 if (szWnd.cy > szMax.cy) in CalculateValidSize()
1254 szWnd.cy = szMax.cy; in CalculateValidSize()
1260 &szWnd, in CalculateValidSize()
1460 SIZE szWnd; in ChangingWinPos() local
1462 szWnd.cx = pwp->cx; in ChangingWinPos()
[all …]