Lines Matching refs:rcWorkArea
134 RECT rcClient, rcWorkArea;
185 winGetWorkArea(&rcWorkArea, pScreenInfo);
188 winAdjustForAutoHide(&rcWorkArea, pScreenInfo);
196 iPosX = rcWorkArea.left;
197 iPosY = rcWorkArea.top;
269 if (iWidth > (rcWorkArea.right - rcWorkArea.left))
270 iWidth = rcWorkArea.right - rcWorkArea.left;
273 if (iHeight >= (rcWorkArea.bottom - rcWorkArea.top))
274 iHeight = rcWorkArea.bottom - rcWorkArea.top;