Home | History | Annotate | Download | only in x11

Lines Matching refs:visuals

654 	    if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display,
661 SDL_Visual = this->hidden->visuals[i].visual;
668 this->hidden->depth = this->hidden->visuals[i].depth;
669 vformat->BitsPerPixel = this->hidden->visuals[i].bpp;
934 if ( this->hidden->visuals[i].bpp == bpp )
941 vis = this->hidden->visuals[i].visual;
942 depth = this->hidden->visuals[i].depth;
978 /* always allocate a private colormap on non-default visuals */