Home
last modified time | relevance | path

Searched refs:SDL_DONTFREE (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_surface.h55 #define SDL_DONTFREE 0x00000004 /**< Surface is referenced internally */ macro
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_video.c1678 window->surface->flags &= ~SDL_DONTFREE; in SDL_RecreateWindow()
2378 window->surface->flags &= ~SDL_DONTFREE; in SDL_GetWindowSurface()
2385 window->surface->flags |= SDL_DONTFREE; in SDL_GetWindowSurface()
2803 window->surface->flags &= ~SDL_DONTFREE; in SDL_DestroyWindow()
A DSDL_surface.c1326 if (surface->flags & SDL_DONTFREE) { in SDL_FreeSurface()

Completed in 11 milliseconds