Searched refs:SDL_PixelFormat (Results 1 – 2 of 2) sorted by relevance
371 typedef struct SDL_PixelFormat struct391 struct SDL_PixelFormat *next; argument392 } SDL_PixelFormat; typedef466 extern DECLSPEC SDL_PixelFormat * SDLCALL SDL_AllocFormat(Uint32 pixel_format);477 extern DECLSPEC void SDLCALL SDL_FreeFormat(SDL_PixelFormat *format);508 extern DECLSPEC int SDLCALL SDL_SetPixelFormatPalette(SDL_PixelFormat * format,571 extern DECLSPEC Uint32 SDLCALL SDL_MapRGB(const SDL_PixelFormat * format,606 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(const SDL_PixelFormat * format,632 const SDL_PixelFormat * format,661 const SDL_PixelFormat * format,
75 SDL_PixelFormat *format; /**< Read-only */677 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
Completed in 9 milliseconds