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

/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h70 typedef struct SDL_PixelFormat { struct
91 } SDL_PixelFormat; typedef in typeref:struct:SDL_PixelFormat
98 SDL_PixelFormat *format; /**< Read-only */
185 SDL_PixelFormat *vfmt; /**< Value: The format of the video surface */
324 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
493 (const SDL_PixelFormat * const format,
500 (const SDL_PixelFormat * const format,
507 const SDL_PixelFormat * const fmt,
514 const SDL_PixelFormat * const fmt,
669 (SDL_Surface *src, SDL_PixelFormat *fm
[all...]

Completed in 395 milliseconds