HomeSort by relevance Sort by last modified time
    Searched defs:SDL_PixelFormat (Results 1 - 5 of 5) sorted by null

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 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)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 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)
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 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)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 69 typedef struct SDL_PixelFormat {
90 } SDL_PixelFormat;
102 SDL_PixelFormat *format; /* Read-only */
171 SDL_PixelFormat *vfmt; /* Value: The format of the video surface */
291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
454 (SDL_PixelFormat *format, Uint8 r, Uint8 g, Uint8 b);
459 extern DECLSPEC Uint32 SDLCALL SDL_MapRGBA(SDL_PixelFormat *format,
465 extern DECLSPEC void SDLCALL SDL_GetRGB(Uint32 pixel, SDL_PixelFormat *fmt,
471 extern DECLSPEC void SDLCALL SDL_GetRGBA(Uint32 pixel, SDL_PixelFormat *fmt,
624 (SDL_Surface *src, SDL_PixelFormat *fmt, Uint32 flags)
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 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)
    [all...]

Completed in 15 milliseconds