Home | History | Annotate | Download | only in bwindow

Lines Matching refs:bitsperpixel

165 	int bitsperpixel;
167 bitsperpixel = 0;
170 bitsperpixel = 8;
176 bitsperpixel = 15;
180 bitsperpixel = 16;
186 bitsperpixel = 32;
191 return(bitsperpixel);
281 vformat->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.ColorSpace());
282 if ( vformat->BitsPerPixel == 0 ) {
331 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1];
333 if ( format->BitsPerPixel ==
334 _this->screen->format->BitsPerPixel ) {
434 int bpp = screen->format->BitsPerPixel;