Searched refs:pSDLSurface (Results 1 – 2 of 2) sorted by relevance
457 (!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 …]
50 SDL_Surface *pSDLSurface; // The SDL surface describing the buffer member