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

/xsrc/external/mit/twm/dist/src/
H A Dresize.c89 static int clampDX; variable in typeref:typename:int
123 clampDX = (x - dragx);
127 clampDX = (x - dragx - dragWidth);
169 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
203 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
238 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
256 x_root -= clampDX;
296 clampDX = 0;
332 clampDX = 0;
368 x_root -= clampDX;
[all...]
/xsrc/external/mit/ctwm/dist/
H A Dwin_resize.c66 static int clampDX; variable in typeref:typename:int
110 clampDX = (x - dragx);
114 clampDX = (x - dragx - dragWidth);
217 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
256 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
298 clampTop = clampBottom = clampLeft = clampRight = clampDX = clampDY = 0;
312 x_root -= clampDX;
353 clampDX = 0;
392 clampDX = 0;
446 x_root -= clampDX;
[all...]

Completed in 4 milliseconds