/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_stretch_c.h | 27 extern int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect, 28 SDL_Surface *dst, SDL_Rect *dstrect);
|
SDL_RLEaccel_c.h | 27 extern int SDL_RLEBlit(SDL_Surface *src, SDL_Rect *srcrect, 28 SDL_Surface *dst, SDL_Rect *dstrect); 29 extern int SDL_RLEAlphaBlit(SDL_Surface *src, SDL_Rect *srcrect, 30 SDL_Surface *dst, SDL_Rect *dstrect);
|
SDL_yuvfuncs.h | 35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
SDL_yuv_sw_c.h | 35 extern int SDL_DisplayYUV_SW(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/ |
SDL_nxmodes_c.h | 31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
|
SDL_nxmodes.c | 31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) 37 return ((SDL_Rect **) -1) ; 39 return ((SDL_Rect **) 0) ;
|
SDL_nximage_c.h | 34 extern void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects) ;
|
/external/qemu/distrib/sdl-1.2.12/src/video/photon/ |
SDL_ph_image_c.h | 45 extern int ph_FillHWRect(_THIS, SDL_Surface* surface, SDL_Rect* rect, Uint32 color); 51 extern int ph_HWAccelBlit(SDL_Surface* src, SDL_Rect *srcrect, SDL_Surface* dst, SDL_Rect* dstrect); 54 extern void ph_NormalUpdate(_THIS, int numrects, SDL_Rect* rects); 55 extern void ph_OCUpdate(_THIS, int numrects, SDL_Rect* rects); 56 extern void ph_OCDCUpdate(_THIS, int numrects, SDL_Rect* rects); 57 extern void ph_OpenGLUpdate(_THIS, int numrects, SDL_Rect* rects);
|
SDL_phyuv_c.h | 59 extern int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
|
SDL_ph_modes_c.h | 34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/ |
SDL_cgxmodes_c.h | 36 extern SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
|
SDL_cgxmodes.c | 135 SDL_modelist = (SDL_Rect **)SDL_realloc(SDL_modelist,(nmodes+1)*sizeof(SDL_Rect *)); 140 SDL_modelist[nmodes-1] = (SDL_Rect *)SDL_malloc(sizeof(SDL_Rect)); 173 SDL_modelist = (SDL_Rect **)SDL_malloc((1+1)*sizeof(SDL_Rect *)); 176 SDL_modelist[i] = (SDL_Rect *)SDL_malloc(sizeof(SDL_Rect)); 217 SDL_Rect **CGX_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags) 223 return((SDL_Rect **)-1) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/ |
SDL_DirectFB_yuv.h | 35 extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
SDL_DirectFB_video.h | 45 SDL_Rect **modelist;
|
/external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/ |
SDL_gsyuv_c.h | 35 extern int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/ |
SDL_dx5yuv_c.h | 36 extern int DX5_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11yuv_c.h | 37 extern int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
|
SDL_x11modes_c.h | 36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
|
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/ |
SDL_sysyuv.h | 68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
|
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/ |
SDL_riscosvideo.h | 55 SDL_Rect **SDL_modelist[NUM_MODELISTS];
|
/external/qemu/distrib/sdl-1.2.12/src/video/svga/ |
SDL_svgavideo.h | 37 SDL_Rect **SDL_modelist[NUM_MODELISTS];
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 43 typedef struct SDL_Rect { 46 } SDL_Rect; 100 SDL_Rect clip_rect; /* Read-only */ 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 145 struct SDL_Surface *dst, SDL_Rect *dstrect); 282 * or (SDL_Rect **)-1 if any dimension is okay for the given format. 287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags); 357 (SDL_Surface *screen, int numrects, SDL_Rect *rects); 600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect); 607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect) [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 43 typedef struct SDL_Rect { 46 } SDL_Rect; 100 SDL_Rect clip_rect; /* Read-only */ 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 145 struct SDL_Surface *dst, SDL_Rect *dstrect); 282 * or (SDL_Rect **)-1 if any dimension is okay for the given format. 287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags); 357 (SDL_Surface *screen, int numrects, SDL_Rect *rects); 600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect); 607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect) [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 43 typedef struct SDL_Rect { 46 } SDL_Rect; 100 SDL_Rect clip_rect; /* Read-only */ 144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 145 struct SDL_Surface *dst, SDL_Rect *dstrect); 282 * or (SDL_Rect **)-1 if any dimension is okay for the given format. 287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags); 357 (SDL_Surface *screen, int numrects, SDL_Rect *rects); 600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect); 607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect) [all...] |
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_video.h | 50 typedef struct SDL_Rect { 53 } SDL_Rect; 94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect, 95 struct SDL_Surface *dst, SDL_Rect *dstrect); 112 SDL_Rect clip_rect; /* Read-only */ 286 * or (SDL_Rect **)-1 if any dimension is okay for the given format. 291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags); 361 (SDL_Surface *screen, int numrects, SDL_Rect *rects); 602 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect); 609 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect) [all...] |