Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_sysvideo.h296 Uint8 window_magic; member
DSDL_video.c125 if (!window || window->magic != &_this->window_magic) { \
1390 window->magic = &_this->window_magic; in SDL_CreateWindow()
1488 window->magic = &_this->window_magic; in SDL_CreateWindowFrom()
/third_party/flutter/skia/third_party/externals/sdl/src/video/windows/
DSDL_windowswindow.c375 if (otherWindow != NULL && otherWindow->magic == &_this->window_magic) in WIN_CreateWindowFrom()