Home | History | Annotate | Download | only in include

Lines Matching refs:SDL_UnlockSurface

547  * the SDL_LockSurface() and SDL_UnlockSurface() calls.
564 * Between calls to SDL_LockSurface()/SDL_UnlockSurface(), you can write
567 * use SDL_UnlockSurface() to release it.
581 extern DECLSPEC void SDLCALL SDL_UnlockSurface(SDL_Surface *surface);
732 * SDL_UnlockSurface(image);