Home
last modified time | relevance | path

Searched refs:SDL_MUSTLOCK (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/extras/
A Dwebp_to_sdl.c73 if (SDL_MUSTLOCK(surface)) SDL_LockSurface(surface); in WebpToSDL()
93 if (SDL_MUSTLOCK(surface)) SDL_UnlockSurface(surface); in WebpToSDL()
/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.c545 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()
A DSDL_rotozoom.c841 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 …]
A DSDL_gfxPrimitives.c197 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 …]
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_shape.c81 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()
A DSDL_blit.c46 if (SDL_MUSTLOCK(dst)) { in SDL_SoftBlit()
55 if (SDL_MUSTLOCK(src)) { in SDL_SoftBlit()
A DSDL_stretch.c257 if (SDL_MUSTLOCK(dst)) { in SDL_SoftStretch()
265 if (SDL_MUSTLOCK(src)) { in SDL_SoftStretch()
A DSDL_RLEaccel.c461 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()
/AliOS-Things-master/components/SDL2/src/video/kmsdrm/
A DSDL_kmsdrmmouse.c229 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()
/AliOS-Things-master/components/SDL2/src/render/software/
A DSDL_render_sw.c147 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()
A DSDL_rotate.c495 if (SDL_MUSTLOCK(src)) { in SDLgfx_rotateSurface()
530 if (SDL_MUSTLOCK(src)) { in SDLgfx_rotateSurface()
/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h62 #define SDL_MUSTLOCK(S) (((S)->flags & SDL_RLEACCEL) != 0) macro
/AliOS-Things-master/components/SDL2/src/render/
A DSDL_render.c1240 if (SDL_MUSTLOCK(surface)) { in SDL_CreateTextureFromSurface()

Completed in 31 milliseconds