Home
last modified time | relevance | path

Searched refs:lastmx (Results 1 – 25 of 29) sorted by relevance

12

/dports/math/xspread/xspread-3.1.1c.orig/
H A Dscreen.c60 int lastmx, lastmy; /* Screen address of the cursor */ variable
212 repaint(lastmx, lastmy, fwidth[lastcol]);
214 (void) move(lastmy, lastmx+fwidth[lastcol]);
227 lastmx = RESCOL;
230 lastmx += fwidth[col];
594 XFillRectangle(dpy,mainwin, invertgc, textcol(lastmx),
600 prvmx = lastmx; /* three statements added by Bob Parbs 12-92 */
608 (void) move(lastmy, lastmx);
610 repaint(lastmx, lastmy, fwidth[lastcol]);
613 (void) move(lastmy, lastmx+fwidth[lastcol]);
[all …]
H A Dsc.diff376 < repaint(lastmx, lastmy, fwidth[lastcol]);
384 > repaint(lastmx, lastmy, fwidth[lastcol]);
390 < repaint(lastmx, lastmy, fwidth[lastcol]);
398 > repaint(lastmx, lastmy, fwidth[lastcol]);
H A Dcmds.c52 extern int lastmx, lastmy, lastcol; /* line added by Bob Parbs 12-92 */
1734 prvmx=lastmx; prvmy=lastmy, prvcol=lastcol; /* line added by Bob Parbs 12-92 */
1752 prvmx=lastmx; prvmy=lastmy; prvcol=lastcol; /* line added by Bob Parbs 12-92 */
1771 prvmx=lastmx; prvmy=lastmy; prvcol=lastcol; /* line added by Bob Parbs 12-92 */
1790 prvmx=lastmx; prvmy=lastmy; prvcol=lastcol; /* line added by Bob Parbs 12-92 */
H A Dsc.c118 extern int lastmx, lastmy; /* Screen address of the cursor */
1897 repaint(lastmx, lastmy, fwidth[lastcol]);
1910 repaint(lastmx, lastmy, fwidth[lastcol]);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_06_cursor/
H A D_06_cursor.pde19 float mx, my, lastmx, lastmy;
189 lastmx = mx;
196 mx = mx*.01 + lastmx*.99;
200 mx = mx*.25 + lastmx*.75;
204 mx = mx*.5 + lastmx*.5;
260 float rot = atan2(my-lastmy, mx-lastmx);
261 float sc = 1 + .06*abs(lastmx-mx) + .06*abs(lastmy-my);
270 float sc = 1 - .04*abs(lastmx-mx) - .03*abs(lastmy-my);
/dports/math/sc/sc-7.16/
H A Dscreen.c45 int lastmx, lastmy; /* Screen address of the cursor */ variable
522 (void) move(lastmy, lastmx+fwidth[lastcol]); in update()
551 lastmx = rescol; in update()
557 lastmx += flcols; in update()
563 lastmx += fwidth[col]; in update()
891 (void) move(lastmy, lastmx); in update()
916 (void) move(lastmy, lastmx+fwidth[lastcol]); in update()
941 move(lastmy, lastmx); in update()
1020 move(lastmy, lastmx); in update()
1041 move(lastmy, lastmx); in update()
[all …]
H A Dsc.c140 extern int lastmx, lastmy; /* Screen address of the cursor */
830 repaint(lastmx, lastmy, fwidth[lastcol]); in main()
/dports/emulators/uae/uae-0.8.29/src/od-dos/misc/
H A Dhandlers.c61 int lastmx, lastmy; variable
296 lastmx = (short)MouseRegs->x.si; in MouseHandler()
326 lastmx = lastmy = 0; in InstallMouseHandler()
330 _go32_dpmi_lock_data(&lastmx, sizeof(lastmx)); in InstallMouseHandler()
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Illustrations/page_254/
H A Dpage_254.pde14 float mx, my, lastmx, lastmy;
49 lastmx = mx;
/dports/emulators/uae/uae-0.8.29/src/
H A Dncurses.c522 lastmx = lastmy = 0; in graphics_init()
581 lastmx = (ev.x*currprefs.gfx_width)/COLS; in handle_events()
592 if (ch == 6) ++lastmx; /* ^F */ in handle_events()
593 if (ch == 2) --lastmx; /* ^B */ in handle_events()
H A Dsvga.c707 lastmx = lastmy = 0; in graphics_init()
726 lastmx += mouse_getx (); in handle_events()
H A Dinputdevice.c525 static int lastmx, lastmy; variable
548 mousexpos = lastmx - picasso96_state.XOffset; in new_mousehack_helper()
554 mousexpos = coord_native_to_amiga_x (lastmx); in new_mousehack_helper()
570 mousexpos = lastmx - picasso96_state.XOffset; in mousehack_helper()
578 mousexpos = coord_native_to_amiga_x (lastmx); in mousehack_helper()
2315 lastmx = data; in setmousestate()
H A Drpc.c297 lastmx=x>>1; in readmouse()
H A DNeXTwin.m581 lastmx=mouseLoc.x;
/dports/emulators/uae/uae-0.8.29/src/od-win32/
H A Dwin32.c485 lastmx += (signed short) LOWORD (lParam) - mousedx; in AmigaWindowProc()
489 if (lastmx < 0) in AmigaWindowProc()
490 lastmx = 0; in AmigaWindowProc()
491 if (lastmx > WIN32GFX_GetWidth() ) in AmigaWindowProc()
492 lastmx = WIN32GFX_GetWidth(); in AmigaWindowProc()
501 lastmx = (signed short) LOWORD (lParam); in AmigaWindowProc()
/dports/emulators/uae/uae-0.8.29/src/od-beos/
H A Dbeos.cpp556 lastmx = point.x; in MouseMoved()
562 lastmx = point.x; in MouseMoved()
687 lastmx = lastmy = 0; in GraphicsInit()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-svga/
H A Dsvga.c692 lastmx = lastmy = 0; in graphics_init()
711 lastmx += mouse_getx (); in handle_events()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/gfx-curses/
H A Dncurses.c594 if (ch == 6) ++lastmx; /* ^F */ in handle_events()
595 if (ch == 2) --lastmx; /* ^B */ in handle_events()
/dports/emulators/uae/uae-0.8.29/src/od-macos/
H A Dmac.c294 lastmx = lastmy = 0; newmousecounters=0; in graphics_init()
805 if (mpos.h != lastmx) { lastmx=mpos.h; /* repeat = 1;*/ } in handle_events()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/ac/
H A Dmouse.cpp52 int lastmx=-1,lastmy=-1; variable
H A Ddraw.cpp116 extern int lastmx,lastmy;
2409 (mousex==lastmx) && (mousey==lastmy)) ; in update_screen()
2430 lastmx=mousex; lastmy=mousey; in update_screen()
/dports/emulators/uae/uae-0.8.29/src/od-amiga/
H A Dami-win.c211 extern int lastmx, lastmy;
1301 lastmx = lastmy = 0; in graphics_init()
1475 lastmx += dmx;
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/ac/
H A Ddraw.cpp2134 (_G(mousex) == _G(lastmx)) && (_G(mousey) == _G(lastmy))); in construct_game_screen_overlay()
2155 _G(lastmx) = _G(mousex); in construct_game_screen_overlay()
/dports/audio/uade/uade-2.13/src/
H A Dcustom.c290 static int lastmx, lastmy;
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dinputdevice.c1107 static int lastmx, lastmy; variable
1622 inputdevice_mh_abs_v36 (lastmx, lastmy); in mousehack_helper()
1626 x = lastmx; in mousehack_helper()
6781 lastmx = data; in setmousestate()
6804 lastmx = data; in setmousestate()

12