Home | History | Annotate | Download | only in x11

Lines Matching refs:screen_w

530     int screen_w;
537 screen_w = DisplayWidth(SDL_Display, SDL_Screen);
585 if ( screen_w > w || screen_h > h) {
590 SDL_modelist[n]->w = screen_w;
707 if ( (screen_w * screen_h) >= (w * h) ) {
708 if ( (screen_w != w) || (screen_h != h) ) {
713 SDL_modelist[n]->w = screen_w;
718 screen_w = 0;
853 SDL_modelist[n]->w = screen_w;
935 int screen_w;
938 screen_w = DisplayWidth(SDL_Display, SDL_Screen);
957 real_w = MAX(real_w, screen_w);
993 int screen_w;
1014 screen_w = DisplayWidth(SDL_Display, SDL_Screen);
1017 real_w = MAX(window_w, MAX(real_w, screen_w));