Searched refs:rcWorkArea (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincreatewnd.c134 RECT rcClient, rcWorkArea; local in function:winCreateBoundingWindowWindowed
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
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwincreatewnd.c160 RECT rcClient, rcWorkArea; local in function:winCreateBoundingWindowWindowed
219 winGetWorkArea (&rcWorkArea, pScreenInfo);
222 winAdjustForAutoHide (&rcWorkArea);
232 iPosX = rcWorkArea.left;
233 iPosY = rcWorkArea.top;
325 if (iWidth > (rcWorkArea.right - rcWorkArea.left))
326 iWidth = rcWorkArea.right - rcWorkArea.left;
329 if (iHeight >= (rcWorkArea
[all...]

Completed in 2 milliseconds