Home | History | Annotate | Download | only in video

Lines Matching full:locked

116 	surface->locked = 0;
450 /* Make sure the surfaces aren't locked */
455 if ( src->locked || dst->locked ) {
456 SDL_SetError("Surfaces must not be locked during blit");
738 if ( ! surface->locked ) {
756 ++surface->locked;
762 * Unlock a previously locked surface
766 /* Only perform an unlock if we are locked */
767 if ( ! surface->locked || (--surface->locked > 0) ) {
914 while ( surface->locked > 0 ) {