OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SDL_bounds
(Results
1 - 7
of
7
) sorted by null
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_sysevents.c
76
RECT
SDL_bounds
= {0, 0, 0, 0};
581
GetClientRect(SDL_Window, &
SDL_bounds
);
584
pt.x =
SDL_bounds
.left;
585
pt.y =
SDL_bounds
.top;
587
SDL_bounds
.left = pt.x;
588
SDL_bounds
.top = pt.y;
590
pt.x =
SDL_bounds
.right;
591
pt.y =
SDL_bounds
.bottom;
593
SDL_bounds
.right = pt.x;
594
SDL_bounds
.bottom = pt.y
[
all
...]
SDL_lowvideo.h
115
extern RECT
SDL_bounds
;
SDL_sysmouse.c
202
if ( PtInRect(&
SDL_bounds
, mouse_pos) ) {
SDL_syswm.c
256
ClipCursor(&
SDL_bounds
);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5yuv.c
261
dstrect.top =
SDL_bounds
.top+dst->y;
262
dstrect.left =
SDL_bounds
.left+dst->x;
SDL_dx5video.c
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c
586
SDL_windowX =
SDL_bounds
.left;
587
SDL_windowY =
SDL_bounds
.top;
[
all
...]
Completed in 51 milliseconds