Searched defs:SDL_Surface (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h96 typedef struct SDL_Surface { struct
122 } SDL_Surface; typedef in typeref:struct:SDL_Surface
124 /** @name SDL_Surface Flags
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);
414 extern DECLSPEC int SDLCALL SDL_Flip(SDL_Surface *scree
[all...]

Completed in 37 milliseconds