Home
last modified time | relevance | path

Searched refs:SDL_PixelFormat (Results 1 – 2 of 2) sorted by relevance

/bsp/simulator/SDL2/include/
A DSDL_pixels.h371 typedef struct SDL_PixelFormat struct
391 struct SDL_PixelFormat *next; argument
392 } SDL_PixelFormat; typedef
466 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,
A DSDL_surface.h75 SDL_PixelFormat *format; /**< Read-only */
677 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);

Completed in 9 milliseconds