Lines Matching refs:Bloss
74 format->Bloss = 8; in SDL_AllocFormat()
79 --format->Bloss; in SDL_AllocFormat()
99 format->Bloss = 8-(bpp/3); in SDL_AllocFormat()
105 format->Bmask = ((0xFF>>format->Bloss)<<format->Bshift); in SDL_AllocFormat()
110 format->Bloss = 8; in SDL_AllocFormat()
168 Bw=8-format->Bloss; in SDL_AllocFormat()
169 for(i=format->Bloss;i>0;i-=Bw) in SDL_AllocFormat()
197 b=(b<<format->Bloss)|((b*Bm)>>Bw); in SDL_AllocFormat()
347 | (b >> format->Bloss) << format->Bshift in SDL_MapRGB()
362 | (b >> format->Bloss) << format->Bshift in SDL_MapRGBA()
388 *b = (v << fmt->Bloss) + (v >> (8 - (fmt->Bloss << 1))); in SDL_GetRGBA()
414 *b = (v << fmt->Bloss) + (v >> (8 - (fmt->Bloss << 1))); in SDL_GetRGB()