HomeSort by relevance Sort by last modified time
    Searched defs:new_x (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosevents.c 263 Sint16 new_x = regs.r[0]; /* Initialy get as OS units */ local
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2])
296 x = new_x - topLeftX;
303 if (last_x != new_x || last_y != new_y)
336 last_x = new_x;
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1308 int new_x = 10; local
    [all...]

Completed in 1187 milliseconds