Home | History | Annotate | Download | only in x11

Lines Matching refs:visuals

346         if (this->hidden->visuals[i].visual == DefaultVisual(SDL_Display, SDL_Screen)) return n;
348 this->hidden->visuals[n].depth = DefaultDepth(SDL_Display, SDL_Screen);;
349 this->hidden->visuals[n].visual = DefaultVisual(SDL_Display, SDL_Screen);;
358 this->hidden->visuals[n].depth = vi.depth;
359 this->hidden->visuals[n].visual = vi.visual;
375 this->hidden->visuals[n].depth = vi->depth;
376 this->hidden->visuals[n].visual = vi->visual;
804 /* Search for the visuals in deepest-first order, so that the first
825 SDL_SetError("Found no sufficiently capable X11 visuals");
832 int d = this->hidden->visuals[i].depth;
836 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
892 if(this->hidden->visuals[i].bpp == format->BitsPerPixel)