Searched refs:Bloss (Results 1 – 10 of 10) sorted by relevance
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()[all …]
93 b = (((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss); \174 ((b>>fmt->Bloss)<<fmt->Bshift) | (1<<15); \181 ((b>>fmt->Bloss)<<fmt->Bshift); \272 b = ((Pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \338 ((b>>fmt->Bloss)<<fmt->Bshift)| \346 ((b>>fmt->Bloss)<<fmt->Bshift)| \
1003 Uint8 Bloss; member1479 r->Bloss = df->Bloss; in RLEAlphaSurface()
76 Uint8 Bloss; member
259 current->format->Bloss = 8 - this->hidden->shm.blue_length; in PG_SetVideoMode()
100 (int) surface->format->Bloss); in output_surface_details()
515 format.Bloss=0; in main()
460 format.Bloss=0; in main()
912 (color & fmt->Bmask) << (fmt->Bloss - fmt->Bshift), 0xFF); in DirectFB_FillHWRect()930 (key & fmt->Bmask) << (fmt->Bloss - fmt->Bshift)); in DirectFB_SetHWColorKey()
2468 pResult->format->Bloss = pModeInfoFound->PixelFormat.ucBlueAdjust; in os2fslib_SetVideoMode()2743 vformat->Bloss = pDesktopMode->PixelFormat.ucBlueAdjust; in os2fslib_VideoInit()