Home | History | Annotate | Download | only in include

Lines Matching defs:SDL_PixelFormat

62 typedef struct SDL_PixelFormat {
83 } SDL_PixelFormat;
90 SDL_PixelFormat *format; /* Read-only */
163 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
450 (const SDL_PixelFormat * const format,
457 (const SDL_PixelFormat * const format,
463 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
469 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
622 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags);