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

  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 43 typedef struct SDL_Rect {
46 } SDL_Rect;
100 SDL_Rect clip_rect; /* Read-only */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
282 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect)
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 43 typedef struct SDL_Rect {
46 } SDL_Rect;
100 SDL_Rect clip_rect; /* Read-only */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
282 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect)
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 43 typedef struct SDL_Rect {
46 } SDL_Rect;
100 SDL_Rect clip_rect; /* Read-only */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
282 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 50 typedef struct SDL_Rect {
53 } SDL_Rect;
94 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
95 struct SDL_Surface *dst, SDL_Rect *dstrect);
112 SDL_Rect clip_rect; /* Read-only */
286 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
291 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
361 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
602 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
609 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect)
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 43 typedef struct SDL_Rect {
46 } SDL_Rect;
100 SDL_Rect clip_rect; /* Read-only */
144 typedef int (*SDL_blit)(struct SDL_Surface *src, SDL_Rect *srcrect,
145 struct SDL_Surface *dst, SDL_Rect *dstrect);
282 * or (SDL_Rect **)-1 if any dimension is okay for the given format.
287 extern DECLSPEC SDL_Rect ** SDLCALL SDL_ListModes(SDL_PixelFormat *format, Uint32 flags);
357 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
600 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface *surface, const SDL_Rect *rect);
607 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface *surface, SDL_Rect *rect)
    [all...]

Completed in 211 milliseconds