Searched refs:SDL_MUSTLOCK (Results 1 – 13 of 13) sorted by relevance
73 if (SDL_MUSTLOCK(surface)) SDL_LockSurface(surface); in WebpToSDL()93 if (SDL_MUSTLOCK(surface)) SDL_UnlockSurface(surface); in WebpToSDL()
545 if (SDL_MUSTLOCK(src)) { in SDL_gfxSetAlpha()566 if (SDL_MUSTLOCK(src)) { in SDL_gfxSetAlpha()613 if (SDL_MUSTLOCK(src)) { in SDL_gfxMultiplyAlpha()634 if (SDL_MUSTLOCK(src)) { in SDL_gfxMultiplyAlpha()
841 if (SDL_MUSTLOCK(dst)) { in rotateSurface90Degrees()844 if (SDL_MUSTLOCK(dst)) { in rotateSurface90Degrees()924 if (SDL_MUSTLOCK(src)) { in rotateSurface90Degrees()927 if (SDL_MUSTLOCK(dst)) { in rotateSurface90Degrees()1183 if (SDL_MUSTLOCK(rz_src)) { in rotozoomSurfaceXY()1222 if (SDL_MUSTLOCK(rz_src)) { in rotozoomSurfaceXY()1275 if (SDL_MUSTLOCK(rz_src)) { in rotozoomSurfaceXY()1312 if (SDL_MUSTLOCK(rz_src)) { in rotozoomSurfaceXY()1481 if (SDL_MUSTLOCK(rz_src)) { in zoomSurface()1514 if (SDL_MUSTLOCK(rz_src)) { in zoomSurface()[all …]
197 if (SDL_MUSTLOCK(dst)) { in fastPixelColor()208 if (SDL_MUSTLOCK(dst)) { in fastPixelColor()518 if (SDL_MUSTLOCK(dst)) { in pixelColor()540 if (SDL_MUSTLOCK(dst)) { in pixelColor()865 if (SDL_MUSTLOCK(dst)) { in filledRectAlpha()887 if (SDL_MUSTLOCK(dst)) { in filledRectAlpha()1103 if (SDL_MUSTLOCK(dst)) { in hlineColorStore()1156 if (SDL_MUSTLOCK(dst)) { in hlineColorStore()2394 if (SDL_MUSTLOCK(dst)) { in lineColor()2534 if (SDL_MUSTLOCK(dst)) { in lineColor()[all …]
81 if(SDL_MUSTLOCK(shape)) in SDL_CalculateShapeBitmap()122 if(SDL_MUSTLOCK(shape)) in SDL_CalculateShapeBitmap()223 if(SDL_MUSTLOCK(shape)) in SDL_CalculateShapeTree()226 if(SDL_MUSTLOCK(shape)) in SDL_CalculateShapeTree()
46 if (SDL_MUSTLOCK(dst)) { in SDL_SoftBlit()55 if (SDL_MUSTLOCK(src)) { in SDL_SoftBlit()
257 if (SDL_MUSTLOCK(dst)) { in SDL_SoftStretch()265 if (SDL_MUSTLOCK(src)) { in SDL_SoftStretch()
461 if (SDL_MUSTLOCK(surf_dst)) { in SDL_RLEBlit()556 if (SDL_MUSTLOCK(surf_dst)) { in SDL_RLEBlit()738 if (SDL_MUSTLOCK(surf_dst)) { in SDL_RLEAlphaBlit()876 if (SDL_MUSTLOCK(surf_dst)) { in SDL_RLEAlphaBlit()
229 if (SDL_MUSTLOCK(surface)) { in KMSDRM_CreateCursor()246 if (SDL_MUSTLOCK(surface)) { in KMSDRM_CreateCursor()260 if (SDL_MUSTLOCK(surface)) { in KMSDRM_CreateCursor()269 if (SDL_MUSTLOCK(surface)) { in KMSDRM_CreateCursor()
147 if(SDL_MUSTLOCK(surface)) in SW_UpdateTexture()159 if(SDL_MUSTLOCK(surface)) in SW_UpdateTexture()366 if (SDL_MUSTLOCK(src)) { in SW_RenderCopyEx()377 if (SDL_MUSTLOCK(src)) { in SW_RenderCopyEx()552 if (SDL_MUSTLOCK(src)) { in SW_RenderCopyEx()
495 if (SDL_MUSTLOCK(src)) { in SDLgfx_rotateSurface()530 if (SDL_MUSTLOCK(src)) { in SDLgfx_rotateSurface()
62 #define SDL_MUSTLOCK(S) (((S)->flags & SDL_RLEACCEL) != 0) macro
1240 if (SDL_MUSTLOCK(surface)) { in SDL_CreateTextureFromSurface()
Completed in 31 milliseconds