Lines Matching refs:surface

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);
379 (SDL_Surface * surface, SDL_RWops * dst, int freedst);
386 #define SDL_SaveBMP(surface, file) \ argument
387 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
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);