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

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessWindow.c817 int newX1, int newY1, int newX2, int newY2, int newBW)
827 else if (newX2 == oldX2 && newY2 == oldY2)
829 else if (newX2 == oldX2 && newY1 == oldY1)
855 int oldX2, newX2; local in function:StartFrameResize
859 oldX2 = oldX + oldW, newX2 = newX + newW;
869 rect.x2 = min(oldX2, newX2);
816 ResizeWeighting(int oldX1,int oldY1,int oldX2,int oldY2,int oldBW,int newX1,int newY1,int newX2,int newY2,int newBW) argument
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessWindow.c834 int newX1, int newY1, int newX2, int newY2, int newBW)
844 else if (newX2 == oldX2 && newY2 == oldY2)
846 else if (newX2 == oldX2 && newY1 == oldY1)
871 int oldX2, newX2; local in function:StartFrameResize
875 oldX2 = oldX + oldW, newX2 = newX + newW;
885 rect.x2 = min(oldX2, newX2);
833 ResizeWeighting(int oldX1,int oldY1,int oldX2,int oldY2,int oldBW,int newX1,int newY1,int newX2,int newY2,int newBW) argument

Completed in 7 milliseconds