Home | History | Annotate | Download | only in x11

Lines Matching refs:visuals

329         this->hidden->visuals[n].depth = vi.depth;
330 this->hidden->visuals[n].visual = vi.visual;
346 this->hidden->visuals[n].depth = vi->depth;
347 this->hidden->visuals[n].visual = vi->visual;
769 /* Search for the visuals in deepest-first order, so that the first
789 SDL_SetError("Found no sufficiently capable X11 visuals");
796 int d = this->hidden->visuals[i].depth;
800 this->hidden->visuals[i].bpp = j < np ? pf[j].bits_per_pixel : d;
856 if(this->hidden->visuals[i].bpp == format->BitsPerPixel)