OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:abs_x
(Results
1 - 3
of
3
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_mouse.c
172
short
abs_x
, abs_y;
local
175
PtGetAbsPosition( window, &
abs_x
, &abs_y );
176
PhMoveCursorAbs( PhInputGroup(NULL), x +
abs_x
, y + abs_y );
local
198
short
abs_x
;
local
205
PtGetAbsPosition(window, &
abs_x
, &abs_y);
207
if (((phcursor.pos.x >=
abs_x
) && (phcursor.pos.x <=
abs_x
+ this->screen->w)) &&
211
SDL_PrivateMouseMotion(0, 0, phcursor.pos.x-
abs_x
, phcursor.pos.y-abs_y);
SDL_ph_wm.c
77
short
abs_x
, abs_y;
local
87
PtGetAbsPosition(window, &
abs_x
, &abs_y);
88
PhMoveCursorAbs(PhInputGroup(NULL),
abs_x
+ SDL_VideoSurface->w/2, abs_y + SDL_VideoSurface->h/2);
SDL_ph_events.c
57
short
abs_x
, abs_y;
local
69
PtGetAbsPosition( window, &
abs_x
, &abs_y );
70
PhMoveCursorAbs(PhInputGroup(NULL),
abs_x
+ centre_x, abs_y + centre_y);
Completed in 3163 milliseconds