Home | History | Annotate | Download | only in x11

Lines Matching refs:visuals

671 	    if(this->hidden->visuals[i].depth == DefaultDepth(SDL_Display,
678 SDL_Visual = this->hidden->visuals[i].visual;
685 this->hidden->depth = this->hidden->visuals[i].depth;
686 vformat->BitsPerPixel = this->hidden->visuals[i].bpp;
954 if ( this->hidden->visuals[i].bpp == bpp )
961 vis = this->hidden->visuals[i].visual;
962 depth = this->hidden->visuals[i].depth;
998 /* always allocate a private colormap on non-default visuals */