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

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_surface.h 23 * \file SDL_surface.h
25 * Header file for ::SDL_Surface definition and management functions.
46 * These are the currently supported flags for the ::SDL_Surface.
69 typedef struct SDL_Surface
92 } SDL_Surface;
97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
98 struct SDL_Surface * dst, SDL_Rect * dstrect);
118 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
130 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface)
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_surface.h 23 * \file SDL_surface.h
25 * Header file for ::SDL_Surface definition and management functions.
46 * These are the currently supported flags for the ::SDL_Surface.
69 typedef struct SDL_Surface
92 } SDL_Surface;
97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
98 struct SDL_Surface * dst, SDL_Rect * dstrect);
118 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
130 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface)
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_surface.h 23 * \file SDL_surface.h
25 * Header file for ::SDL_Surface definition and management functions.
46 * These are the currently supported flags for the ::SDL_Surface.
69 typedef struct SDL_Surface
92 } SDL_Surface;
97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
98 struct SDL_Surface * dst, SDL_Rect * dstrect);
118 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
130 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface)
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_surface.h 23 * \file SDL_surface.h
25 * Header file for ::SDL_Surface definition and management functions.
46 * These are the currently supported flags for the ::SDL_Surface.
69 typedef struct SDL_Surface
92 } SDL_Surface;
97 typedef int (*SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
98 struct SDL_Surface * dst, SDL_Rect * dstrect);
118 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
121 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
130 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface)
    [all...]

Completed in 98 milliseconds