Lines Matching refs:surface
149 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface * surface);
158 extern DECLSPEC int SDLCALL SDL_SetSurfacePalette(SDL_Surface * surface,
180 extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface * surface);
182 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface * surface);
217 (SDL_Surface * surface, SDL_RWops * dst, int freedst);
224 #define SDL_SaveBMP(surface, file) \ argument
225 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
235 extern DECLSPEC int SDLCALL SDL_SetSurfaceRLE(SDL_Surface * surface,
249 extern DECLSPEC int SDLCALL SDL_SetColorKey(SDL_Surface * surface,
257 extern DECLSPEC SDL_bool SDLCALL SDL_HasColorKey(SDL_Surface * surface);
269 extern DECLSPEC int SDLCALL SDL_GetColorKey(SDL_Surface * surface,
284 extern DECLSPEC int SDLCALL SDL_SetSurfaceColorMod(SDL_Surface * surface,
300 extern DECLSPEC int SDLCALL SDL_GetSurfaceColorMod(SDL_Surface * surface,
314 extern DECLSPEC int SDLCALL SDL_SetSurfaceAlphaMod(SDL_Surface * surface,
327 extern DECLSPEC int SDLCALL SDL_GetSurfaceAlphaMod(SDL_Surface * surface,
340 extern DECLSPEC int SDLCALL SDL_SetSurfaceBlendMode(SDL_Surface * surface,
353 extern DECLSPEC int SDLCALL SDL_GetSurfaceBlendMode(SDL_Surface * surface,
369 extern DECLSPEC SDL_bool SDLCALL SDL_SetClipRect(SDL_Surface * surface,
378 extern DECLSPEC void SDLCALL SDL_GetClipRect(SDL_Surface * surface,
384 extern DECLSPEC SDL_Surface *SDLCALL SDL_DuplicateSurface(SDL_Surface * surface);