HomeSort by relevance Sort by last modified time
    Searched defs:SDL_Surface (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 93 struct SDL_Surface;
94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
95 struct SDL_Surface *dst, SDL_Rect *dstrect);
100 typedef struct SDL_Surface {
126 } SDL_Surface;
128 /* These are the currently supported flags for the SDL_surface */
259 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
351 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
361 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
363 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 88 typedef struct SDL_Surface {
114 } SDL_Surface;
116 /* These are the currently supported flags for the SDL_surface */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
255 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
347 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
359 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
371 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *screen)
    [all...]

Completed in 61 milliseconds