HomeSort by relevance Sort by last modified time
    Searched refs:SDL_Rect (Results 1 - 25 of 132) sorted by null

1 2 3 4 5 6

  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/src/video/ps3/
SDL_ps3yuv_c.h 38 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/
SDL_epocvideo.h 43 SDL_Rect iRect; //same info in SDL format
44 SDL_Rect* iRectPtr;
  /external/qemu/distrib/sdl-1.2.15/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.15/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.15/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.15/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.15/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.15/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.15/src/video/riscos/
SDL_riscosvideo.h 55 SDL_Rect **SDL_modelist[NUM_MODELISTS];
  /external/qemu/distrib/sdl-1.2.15/src/video/svga/
SDL_svgavideo.h 37 SDL_Rect **SDL_modelist[NUM_MODELISTS];
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 50 typedef struct SDL_Rect {
53 } 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 *rect)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 50 typedef struct SDL_Rect {
53 } 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 *rect)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 50 typedef struct SDL_Rect {
53 } 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 *rect)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 50 typedef struct SDL_Rect {
53 } 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 *rect)
    [all...]

Completed in 214 milliseconds

1 2 3 4 5 6