Home | History | Annotate | Download | only in photon

Lines Matching refs:screen

242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
252 if (screen->flags & SDL_ANYFORMAT)
254 if ((mode = get_mode_any_format(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
262 if ((mode = ph_GetVideoMode(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
272 if (mode_info.height != screen->h)
274 if ((mode_info.height==480) && (screen->h==400))
310 if (this->screen)
312 if ((this->screen->flags & SDL_OPENGL)==SDL_OPENGL)
348 if ((this->screen) && ((this->screen->flags & SDL_OPENGL)==SDL_OPENGL))