OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:centre_x
(Results
1 - 2
of
2
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscosevents.c
307
int
centre_x
= SDL_VideoSurface->w/2;
local
310
if (
centre_x
!= x || centre_y != y)
312
if (SDL_VideoSurface) SDL_PrivateMouseMotion(0,1,x -
centre_x
, y - centre_y);
313
last_x = topLeftX + (
centre_x
<< this->hidden->xeig);
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_events.c
55
int
centre_x
, centre_y;
local
60
centre_x
= SDL_VideoSurface->w / 2;
63
dx = rect->ul.x -
centre_x
;
70
PhMoveCursorAbs(PhInputGroup(NULL), abs_x +
centre_x
, abs_y + centre_y);
local
Completed in 137 milliseconds