HomeSort by: relevance | last modified time | path
    Searched defs:newH (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessWindow.c 864 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, weight)
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessWindow.c 848 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, weight)
    [all...]

Completed in 6 milliseconds