Searched refs:SDL_Rect (Results 51 - 75 of 126) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_mouse.h42 SDL_Rect area; /**< The area of the mouse cursor */
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch.c202 int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
203 SDL_Surface *dst, SDL_Rect *dstrect)
212 SDL_Rect full_src;
213 SDL_Rect full_dst;
H A DSDL_sysvideo.h64 SDL_Rect **(*ListModes)(_THIS, SDL_PixelFormat *format, Uint32 flags);
107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects);
132 int (*FillHWRect)(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
233 int (*GetMonitorRect)(_THIS, SDL_Rect* rect);
H A DSDL_yuv.c83 int SDL_DisplayYUVOverlay(SDL_Overlay *overlay, SDL_Rect *dstrect)
85 SDL_Rect src, dst;
129 /* Ugh, I can't wait for SDL_Rect to be int values */
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemwm.c59 SDL_Rect bounds;
/external/qemu/distrib/sdl-1.2.15/src/video/maccommon/
H A DSDL_lowvideo.h57 SDL_Rect **SDL_modelist;
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxvideo.h63 SDL_Rect ** modelist ;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_modes.c30 SDL_Rect SDL_modelist[PH_MAX_VIDEOMODES];
31 SDL_Rect* SDL_modearray[PH_MAX_VIDEOMODES];
58 SDL_Rect **ph_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
62 SDL_Rect Amodelist[PH_MAX_VIDEOMODES];
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.h40 SDL_Rect **SDL_modelist[NUM_MODELISTS];
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11image.c81 static void X11_NormalUpdate(_THIS, int numrects, SDL_Rect *rects);
82 static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects);
233 static void X11_NormalUpdate(_THIS, int numrects, SDL_Rect *rects)
253 static void X11_MITSHMUpdate(_THIS, int numrects, SDL_Rect *rects)
/external/qemu/distrib/sdl-1.2.15/src/video/xbios/
H A DSDL_xbios.h65 SDL_Rect **SDL_modelist[NUM_MODELISTS];
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c55 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags);
63 static void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects);
258 static SDL_Rect **PS3_ListModes(_THIS, SDL_PixelFormat * format, Uint32 flags)
263 static SDL_Rect PS3_resolutions[] = {
274 static SDL_Rect *PS3_modes[] = {
286 SDL_Rect **modes = PS3_modes;
359 void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects)
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.cpp116 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
129 static void EPOC_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
135 void DirectDraw(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer);
136 void DirectDrawRotated(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer);
275 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
286 return (SDL_Rect **)(-1); //everythingisok, unless too small shoes
540 static void EPOC_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsvideo.c46 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
352 static SDL_Rect **GS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
354 static SDL_Rect GS_vesa_mode_list[] = {
360 static SDL_Rect *GS_vesa_modes[] = {
367 static SDL_Rect GS_tvout_stretch;
368 static SDL_Rect GS_tvout_mode;
369 static SDL_Rect *GS_tvout_modes[3];
370 SDL_Rect **modes = NULL;
410 static void GS_DMAFullUpdate(_THIS, int numrects, SDL_Rect *rects);
625 static void GS_DMAFullUpdate(_THIS, int numrects, SDL_Rect *rect
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c155 SDL_Rect position;
177 static SDL_Rect position;
249 SDL_Rect updates[2];
308 SDL_Rect updates[2];
440 { SDL_Rect clip;
497 SDL_Rect area;
H A Dtestjoystick.c20 SDL_Rect axis_area[2];
99 SDL_Rect area;
/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
H A DSDL_vglvideo.c49 static SDL_Rect **VGL_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
169 SDL_Rect *mode;
187 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
199 SDL_modelist[index] = (SDL_Rect **)
200 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
302 SDL_Rect **VGL_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
308 static void VGL_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
433 static void VGL_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.h73 SDL_Rect **SDL_modelist[NUM_MODELISTS];
H A DSDL_dgavideo.c48 static SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
59 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color);
173 SDL_Rect *mode;
190 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
202 SDL_modelist[index] = (SDL_Rect **)
203 SDL_realloc(SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
448 SDL_Rect **DGA_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
454 static void DGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
835 static int DGA_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
864 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrec
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/gapi/
H A DSDL_gapivideo.h128 SDL_Rect **SDL_modelist[NUM_MODELISTS];
H A DSDL_gapivideo.c92 static SDL_Rect **GAPI_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
110 static void GAPI_UpdateRects(_THIS, int numrects, SDL_Rect *rects);
198 SDL_Rect *a = *(SDL_Rect **)va;
199 SDL_Rect *b = *(SDL_Rect **)vb;
208 SDL_Rect *mode;
225 mode = (SDL_Rect *)SDL_malloc(sizeof *mode);
237 gapi->SDL_modelist[index] = (SDL_Rect **)
238 SDL_realloc(gapi->SDL_modelist[index], (1+next_mode+1)*sizeof(SDL_Rect *));
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A DSDL_fbmatrox.c65 static int FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *rect, Uint32 color)
120 static int HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
121 SDL_Surface *dst, SDL_Rect *dstrect)
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.c54 static SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
237 SDL_Rect **RISCOS_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
246 return (SDL_Rect **)-1;
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_video.c55 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
63 static int DirectFB_FillHWRect(_THIS, SDL_Surface *dst, SDL_Rect *dstrect, Uint32 color);
68 static int DirectFB_HWAccelBlit(SDL_Surface *src, SDL_Rect *srcrect,
69 SDL_Surface *dst, SDL_Rect *dstrect);
76 static void DirectFB_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
77 static void DirectFB_WindowedUpdate(_THIS, int numrects, SDL_Rect *rects);
81 SDL_Rect r;
434 HIDDEN->modelist = SDL_calloc (HIDDEN->nummodes + 1, sizeof(SDL_Rect *));
579 static SDL_Rect **DirectFB_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags)
585 return (SDL_Rect**)
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/
H A DSDL_epocvideo.cpp123 static SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
136 static void EPOC_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
142 void DirectDraw(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer);
143 void DirectDrawRotated(_THIS, int numrects, SDL_Rect *rects, TUint16* screenBuffer);
304 Private->SDL_modelist[i] = (SDL_Rect *)malloc(sizeof(SDL_Rect));
458 SDL_Rect **EPOC_ListModes(_THIS, SDL_PixelFormat *format, Uint32 /*flags*/)
664 SDL_Rect fullScreen;
724 static void EPOC_DirectUpdate(_THIS, int numrects, SDL_Rect *rects)
803 const SDL_Rect
[all...]

Completed in 244 milliseconds

123456