Searched refs:Aloss (Results 1 – 10 of 10) sorted by relevance
82 format->Aloss = 8; in SDL_AllocFormat()87 --format->Aloss; in SDL_AllocFormat()111 format->Aloss = 8; in SDL_AllocFormat()178 Aw=8-format->Aloss; in SDL_AllocFormat()179 for(i=format->Aloss;i>0;i-=Aw) in SDL_AllocFormat()202 a=(a<<format->Aloss)|((a*Am)>>Aw); in SDL_AllocFormat()363 | ((a >> format->Aloss) << format->Ashift & format->Amask); in SDL_MapRGBA()391 *a = (v << fmt->Aloss) + (v >> (8 - (fmt->Aloss << 1))); in SDL_GetRGBA()
273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \347 ((a>>fmt->Aloss)<<fmt->Ashift); \
2003 Uint32 mask = (srcfmt->alpha >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
2841 && sf->Aloss == 0) in SDL_CalculateAlphaBlit()
77 Uint8 Aloss; member
260 current->format->Aloss = 8 - this->hidden->shm.alpha_length; in PG_SetVideoMode()
104 (int) surface->format->Aloss); in output_surface_details()
461 format.Aloss=8; in main()
516 format.Aloss=8; in main()
2471 pResult->format->Aloss = pModeInfoFound->PixelFormat.ucAlphaAdjust; in os2fslib_SetVideoMode()2476 pResult->format->Aloss = 0; in os2fslib_SetVideoMode()2746 vformat->Aloss = pDesktopMode->PixelFormat.ucAlphaAdjust; in os2fslib_VideoInit()2751 vformat->Aloss = 0; in os2fslib_VideoInit()