Searched refs:SDL_Rect (Results 1 - 25 of 126) sorted by relevance

123456

/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_stretch_c.h27 extern int SDL_SoftStretch(SDL_Surface *src, SDL_Rect *srcrect,
28 SDL_Surface *dst, SDL_Rect *dstrect);
H A DSDL_RLEaccel_c.h27 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);
H A DSDL_yuvfuncs.h35 int (*Display)(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
H A DSDL_yuv_sw_c.h35 extern int SDL_DisplayYUV_SW(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
H A DSDL_cursor_c.h64 extern void SDL_MouseRect(SDL_Rect *area);
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxmodes_c.h31 extern SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags) ;
H A DSDL_nxmodes.c31 SDL_Rect ** NX_ListModes (_THIS, SDL_PixelFormat * format, Uint32 flags)
37 return ((SDL_Rect **) -1) ;
39 return ((SDL_Rect **) 0) ;
H A DSDL_nximage_c.h34 extern void NX_NormalUpdate (_THIS, int numrects, SDL_Rect * rects) ;
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3yuv_c.h38 extern int PS3_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A DSDL_epocvideo.h43 SDL_Rect iRect; //same info in SDL format
44 SDL_Rect* iRectPtr;
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image_c.h45 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);
H A DSDL_phyuv_c.h59 extern int ph_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
H A DSDL_ph_modes_c.h34 extern SDL_Rect **ph_ListModes(_THIS,SDL_PixelFormat *format, Uint32 flags);
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/
H A DSDL_DirectFB_yuv.h35 extern int DirectFB_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
H A DSDL_DirectFB_video.h45 SDL_Rect **modelist;
/external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
H A DSDL_gsyuv_c.h35 extern int GS_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5yuv_c.h36 extern int DX5_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11yuv_c.h37 extern int X11_DisplayYUVOverlay(_THIS, SDL_Overlay *overlay, SDL_Rect *src, SDL_Rect *dst);
H A DSDL_x11modes_c.h36 extern SDL_Rect **X11_ListModes(_THIS, SDL_PixelFormat *format, Uint32 flags);
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_sysyuv.h68 extern int BE_DisplayYUVOverlay(_THIS, SDL_Overlay* overlay, SDL_Rect* src, SDL_Rect* dst);
H A DSDL_lowvideo.h43 SDL_Rect **SDL_modelist[NUM_MODELISTS];
/external/qemu/distrib/sdl-1.2.15/src/video/riscos/
H A DSDL_riscosvideo.h55 SDL_Rect **SDL_modelist[NUM_MODELISTS];
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h50 typedef struct SDL_Rect { struct
53 } SDL_Rect; typedef in typeref:struct:SDL_Rect
108 SDL_Rect clip_rect; /**< Read-only */
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
319 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
324 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
647 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
654 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rec
[all...]
/external/qemu/android/skin/
H A Dtrackball.h32 extern void skin_trackball_rect ( SkinTrackBall* ball, SDL_Rect* rect );
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.h46 SDL_Rect **pListModesResult; // Allocated memory to return list of modes for os2fslib_ListModes() API

Completed in 336 milliseconds

123456