Lines Matching refs:surface
139 #define SDL_MUSTLOCK(surface) \ argument
140 (surface->offset || \
141 ((surface->flags & (SDL_HWSURFACE|SDL_ASYNCBLIT|SDL_RLEACCEL)) != 0))
423 extern DECLSPEC int SDLCALL SDL_SetColors(SDL_Surface *surface,
442 extern DECLSPEC int SDLCALL SDL_SetPalette(SDL_Surface *surface, int flags,
513 extern DECLSPEC void SDLCALL SDL_FreeSurface(SDL_Surface *surface);
533 extern DECLSPEC int SDLCALL SDL_LockSurface(SDL_Surface *surface);
534 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
553 (SDL_Surface *surface, SDL_RWops *dst, int freedst);
556 #define SDL_SaveBMP(surface, file) \ argument
557 SDL_SaveBMP_RW(surface, SDL_RWFromFile(file, "wb"), 1)
569 (SDL_Surface *surface, Uint32 flag, Uint32 key);
586 extern DECLSPEC int SDLCALL SDL_SetAlpha(SDL_Surface *surface, Uint32 flag, Uint8 alpha);
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);
731 extern DECLSPEC SDL_Surface * SDLCALL SDL_DisplayFormat(SDL_Surface *surface);
745 extern DECLSPEC SDL_Surface * SDLCALL SDL_DisplayFormatAlpha(SDL_Surface *surface);
862 extern DECLSPEC int SDLCALL SDL_WM_ToggleFullScreen(SDL_Surface *surface);