Lines Matching refs:SDL_Surface
72 typedef struct SDL_Surface struct
97 } SDL_Surface; argument
102 typedef int (SDLCALL *SDL_blit) (struct SDL_Surface * src, SDL_Rect * srcrect,
103 struct SDL_Surface * dst, SDL_Rect * dstrect);
160 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurface
188 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormat
220 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceFrom(void *pixels,
258 extern DECLSPEC SDL_Surface *SDLCALL SDL_CreateRGBSurfaceWithFormatFrom
275 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);
289 extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,
313 extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);
324 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
348 extern DECLSPEC SDL_Surface *SDLCALL SDL_LoadBMP_RW(SDL_RWops * src,
379 (SDL_Surface * surface, SDL_RWops * dst, int freedst);
406 extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
421 extern DECLSPEC SDL_bool SDLCALL SDL_HasSurfaceRLE(SDL_Surface * surface);
447 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
463 extern DECLSPEC SDL_bool SDLCALL SDL_HasColorKey(SDL_Surface * surface);
483 extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
507 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
526 extern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,
548 extern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,
564 extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
583 extern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,
598 extern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,
621 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,
640 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
652 extern DECLSPEC SDL_Surface *SDLCALL SDL_DuplicateSurface(SDL_Surface * surface);
676 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurface
677 (SDL_Surface * src, const SDL_PixelFormat * fmt, Uint32 flags);
701 extern DECLSPEC SDL_Surface *SDLCALL SDL_ConvertSurfaceFormat
702 (SDL_Surface * src, Uint32 pixel_format, Uint32 flags);
776 (SDL_Surface * dst, const SDL_Rect * rect, Uint32 color);
802 (SDL_Surface * dst, const SDL_Rect * rects, int count, Uint32 color);
877 (SDL_Surface * src, const SDL_Rect * srcrect,
878 SDL_Surface * dst, SDL_Rect * dstrect);
903 (SDL_Surface * src, SDL_Rect * srcrect,
904 SDL_Surface * dst, SDL_Rect * dstrect);
915 extern DECLSPEC int SDLCALL SDL_SoftStretch(SDL_Surface * src,
917 SDL_Surface * dst,
925 extern DECLSPEC int SDLCALL SDL_SoftStretchLinear(SDL_Surface * src,
927 SDL_Surface * dst,
942 (SDL_Surface * src, const SDL_Rect * srcrect,
943 SDL_Surface * dst, SDL_Rect * dstrect);
968 (SDL_Surface * src, SDL_Rect * srcrect,
969 SDL_Surface * dst, SDL_Rect * dstrect);