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

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 96 typedef struct SDL_Surface {
122 } SDL_Surface;
124 /** @name SDL_Surface Flags
125 * These are the currently supported flags for the SDL_surface
166 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
167 struct SDL_Surface *dst, SDL_Rect *dstrect);
292 extern DECLSPEC SDL_Surface * SDLCALL SDL_GetVideoSurface(void);
384 extern DECLSPEC SDL_Surface * SDLCALL SDL_SetVideoMode
395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
401 (SDL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h)
    [all...]

Completed in 104 milliseconds