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

  /xsrc/external/mit/ctwm/dist/
util.c 488 int old_x = x, old_y = y; local
506 if(x != old_x || y != old_y) {
520 old_y = y;
535 if(x != old_x || y != old_y) {
  /xsrc/external/mit/xf86-video-tseng/dist/src/
tseng.h 174 int old_y; member in struct:__anon9462
  /xsrc/external/mit/xman/dist/
ScrollByL.c 108 static void MoveAndClearText(Widget w, int old_y, int height, int new_y);
448 * old_y - the old y position.
455 MoveAndClearText(Widget w, int old_y, int height, int new_y)
461 old_y *= sblw->scroll.font_height;
480 if ((int) height + (int) old_y > (int) w->core.height)
481 height = w->core.height - old_y;
484 from_left, old_y, local
488 if (old_y > new_y)
497 if (old_y > new_y)
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c 867 int old_y = scrn->virtualY; local
869 if (old_x == width && old_y == height)
890 scrn->virtualY = old_y;
  /xsrc/external/mit/libXaw/dist/src/
TextAction.c 2675 int old_y = ctx->text.ev_y; local
2684 if (old_y >= ctx->text.ev_y)
2688 if (old_y <= ctx->text.ev_y
  /xsrc/external/mit/xterm/dist/
graphics_regis.c 567 int old_x, old_y; local
586 old_y = DUMMY_STACK_Y;
605 if (new_y != old_y) {
613 old_x, old_x, old_y);
628 old_y = new_y;
638 int old_x, old_y; local
645 old_y = DUMMY_STACK_Y;
664 if (new_y != old_y) {
671 old_x, old_x, old_y);
685 old_y = new_y
    [all...]

Completed in 13 milliseconds