Searched refs:dragHeight (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | resize.c | 78 static int dragHeight; variable in typeref:typename:int 119 (dragHeight < 3 ? 1 : (dragHeight / 3))); 136 clampDY = (y - dragy - dragHeight); 162 (unsigned int *) &dragHeight, &junkbw, &junkDepth); 168 origHeight = dragHeight; 185 dragHeight + 2 * tmp_win->frame_bw, 202 dragHeight = origHeight = h; /* - 2 * tmp_win->frame_bw; */ 215 dragHeight + 2 * tmp_win->frame_bw, 237 dragHeight [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_resize.c | 55 static unsigned int dragHeight; variable in typeref:typename:unsigned int 106 (int)(dragHeight < 3 ? 1 : (dragHeight / 3)); 123 clampDY = (y - dragy - dragHeight); 209 &dragx, &dragy, &dragWidth, &dragHeight, &junkbw, 216 origHeight = dragHeight; 236 dragHeight + 2 * tmp_win->frame_bw, 255 dragHeight = origHeight = h; 269 dragHeight + 2 * tmp_win->frame_bw, 297 dragHeight [all...] |
Completed in 3 milliseconds