Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/video/
A DSDL_sysvideo.h329 Uint8 window_magic; member
A DSDL_video.c131 SDL_assert(window && window->magic == &_this->window_magic); \
132 if (!window || window->magic != &_this->window_magic) { \
1525 window->magic = &_this->window_magic; in SDL_CreateWindow()
1632 window->magic = &_this->window_magic; in SDL_CreateWindowFrom()
/AliOS-Things-master/components/SDL2/src/video/windows/
A DSDL_windowswindow.c423 if (otherWindow != NULL && otherWindow->magic == &_this->window_magic) { in WIN_CreateWindowFrom()

Completed in 12 milliseconds