Searched refs:newH (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c848 int newX, int newY, int newW, int newH, int newBW)
860 oldY2 = oldY + oldH, newY2 = newY + newH;
864 newX, newY, newW, newH, newBW);
875 newX, newY, newW, newH, newBW);
911 if (newH < oldH)
1025 winRec->height = newH;
1035 newW, newH, weight);
1107 int newX, int newY, unsigned int newW, unsigned int newH,
1123 newX, newY, newW, newH, newBW);
1128 newW, newH, weigh
846 StartFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,int oldW,int oldH,int oldBW,int newX,int newY,int newW,int newH,int newBW) argument
1105 FinishFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,unsigned int oldW,unsigned int oldH,unsigned int oldBW,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int newBW,Bool resize_now) argument
1165 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessMoveWindow
1246 unsigned int oldW = 0, oldH = 0, oldBW = 0, newW = 0, newH = 0, newBW = 0; local in function:RootlessResizeWindow
1444 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessChangeBorderWidth
[all...]
H A Drootless.h144 * newW, newH New size of the frame
150 int newX, int newY, unsigned int newW, unsigned int newH,
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c864 int newX, int newY, int newW, int newH, int newBW)
876 oldY2 = oldY + oldH, newY2 = newY + newH;
880 newX, newY, newW, newH, newBW);
890 oldX, oldY, oldW, oldH, oldBW, newX, newY, newW, newH, newBW);
926 if (newH < oldH)
1046 winRec->height = newH;
1056 newW, newH, weight);
1128 int newX, int newY, unsigned int newW, unsigned int newH,
1144 newX, newY, newW, newH, newBW);
1149 newW, newH, weigh
862 StartFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,int oldW,int oldH,int oldBW,int newX,int newY,int newW,int newH,int newBW) argument
1126 FinishFrameResize(WindowPtr pWin,Bool gravity,int oldX,int oldY,unsigned int oldW,unsigned int oldH,unsigned int oldBW,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int newBW,Bool resize_now) argument
1185 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessMoveWindow
1267 unsigned int oldW = 0, oldH = 0, oldBW = 0, newW = 0, newH = 0, newBW = 0; local in function:RootlessResizeWindow
1465 unsigned int newW = 0, newH = 0, newBW = 0; local in function:RootlessChangeBorderWidth
[all...]
H A Drootless.h142 * newW, newH New size of the frame
148 int newX, int newY, unsigned int newW, unsigned int newH,
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprFrame.c74 int newX, int newY, unsigned int newW, unsigned int newH,
246 int newX, int newY, unsigned int newW, unsigned int newH,
256 wc.height = newH;
245 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprFrame.c78 unsigned int newW, unsigned int newH,
247 int newX, int newY, unsigned int newW, unsigned int newH,
255 wc.height = newH;
246 xprResizeFrame(RootlessFrameID wid,ScreenPtr pScreen,int newX,int newY,unsigned int newW,unsigned int newH,unsigned int gravity) argument
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwin.h1365 int newX, int newY, unsigned int newW, unsigned int newH,

Completed in 10 milliseconds