Searched refs:SDL_MUSTLOCK (Results 1 – 10 of 10) sorted by relevance
88 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()101 if ( SDL_MUSTLOCK(fSurface) ) { in doDraw()
259 if ( SDL_MUSTLOCK(dst) ) { in SDL_SoftStretch()268 if ( SDL_MUSTLOCK(src) ) { in SDL_SoftStretch()
646 if ( SDL_MUSTLOCK(screen) ) { in SDL_DrawCursor()655 if ( SDL_MUSTLOCK(screen) ) { in SDL_DrawCursor()720 if ( SDL_MUSTLOCK(screen) ) { in SDL_EraseCursor()729 if ( SDL_MUSTLOCK(screen) ) { in SDL_EraseCursor()
55 if ( SDL_MUSTLOCK(dst) ) { in SDL_SoftBlit()64 if ( SDL_MUSTLOCK(src) ) { in SDL_SoftBlit()
850 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()938 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEBlit()1116 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()1255 if ( SDL_MUSTLOCK(dst) ) { in SDL_RLEAlphaBlit()1786 if ( SDL_MUSTLOCK(surface) ) { in SDL_RLESurface()1804 if ( SDL_MUSTLOCK(surface) ) { in SDL_RLESurface()
310 if ( SDL_MUSTLOCK(surface) ) { in SDL_SetAlphaChannel()324 if ( SDL_MUSTLOCK(surface) ) { in SDL_SetAlphaChannel()
1243 if ( SDL_MUSTLOCK(display) ) { in SDL_DisplayYUV_SW()1266 if ( SDL_MUSTLOCK(display) ) { in SDL_DisplayYUV_SW()
159 if ( SDL_MUSTLOCK(icon_256) || (icon_256->pitch != icon_pitch) ) { in WIN_SetWMIcon()
161 #define SDL_MUSTLOCK(surface) \ macro