Home
last modified time | relevance | path

Searched refs:pSDLSurface (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c457 (!pVideo->hidden->pSDLSurface) || in WndProc()
458 ((pVideo->hidden->pSDLSurface) in WndProc()
459 && ((pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE)==0) in WndProc()
516 if (!pVideo->hidden->pSDLSurface) in WndProc()
552 if ((!pVideo->hidden->pSDLSurface) || in WndProc()
553 ((pVideo->hidden->pSDLSurface) && in WndProc()
554 (pVideo->hidden->pSDLSurface->flags & SDL_RESIZABLE) && in WndProc()
653 if (!pVideo->hidden->pSDLSurface) in WndProc()
664 if (pVideo->hidden->pSDLSurface) in WndProc()
673 if ((!pVideo->hidden->pSDLSurface) || in WndProc()
[all …]
DSDL_os2fslib.h50 SDL_Surface *pSDLSurface; // The SDL surface describing the buffer member