Searched refs:szWnd (Results 1 – 2 of 2) sorted by relevance
365 SIZE szWnd; in UpdateWnd() local367 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()
1235 SIZE szMax, szWnd; in CalculateValidSize() local1239 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() local1462 szWnd.cx = pwp->cx; in ChangingWinPos()[all …]