Lines Matching refs:Rloss
58 format->Rloss = 8; in SDL_AllocFormat()
63 --format->Rloss; in SDL_AllocFormat()
97 format->Rloss = 8-(bpp/3); in SDL_AllocFormat()
103 format->Rmask = ((0xFF>>format->Rloss)<<format->Rshift); in SDL_AllocFormat()
108 format->Rloss = 8; in SDL_AllocFormat()
150 Rw=8-format->Rloss; in SDL_AllocFormat()
151 for(i=format->Rloss;i>0;i-=Rw) in SDL_AllocFormat()
189 r=(r<<format->Rloss)|((r*Rm)>>Rw); in SDL_AllocFormat()
345 return (r >> format->Rloss) << format->Rshift in SDL_MapRGB()
360 return (r >> format->Rloss) << format->Rshift in SDL_MapRGBA()
384 *r = (v << fmt->Rloss) + (v >> (8 - (fmt->Rloss << 1))); in SDL_GetRGBA()
410 *r = (v << fmt->Rloss) + (v >> (8 - (fmt->Rloss << 1))); in SDL_GetRGB()