Searched refs:newY2 (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)
825 else if (newX1 == oldX1 && newY2 == oldY2)
827 else if (newX2 == oldX2 && newY2 == oldY2)
856 int oldY2, newY2; local in function:StartFrameResize
860 oldY2 = oldY + oldH, newY2 = newY + newH;
870 rect.y2 = min(oldY2, newY2);
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)
842 else if (newX1 == oldX1 && newY2 == oldY2)
844 else if (newX2 == oldX2 && newY2 == oldY2)
872 int oldY2, newY2; local in function:StartFrameResize
876 oldY2 = oldY + oldH, newY2 = newY + newH;
886 rect.y2 = min(oldY2, newY2);
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 6 milliseconds