Home
last modified time | relevance | path

Searched refs:Aloss (Results 1 – 10 of 10) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_pixels.c82 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()
DSDL_blit.h273 a = ((Pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
339 ((a>>fmt->Aloss)<<fmt->Ashift) | (1<<15); \
347 ((a>>fmt->Aloss)<<fmt->Ashift); \
DSDL_blit_N.c2003 Uint32 mask = (srcfmt->alpha >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
DSDL_blit_A.c2841 && sf->Aloss == 0) in SDL_CalculateAlphaBlit()
/external/qemu/distrib/sdl-1.2.15/include/
DSDL_video.h77 Uint8 Aloss; member
/external/qemu/distrib/sdl-1.2.15/src/video/picogui/
DSDL_pgvideo.c260 current->format->Aloss = 8 - this->hidden->shm.alpha_length; in PG_SetVideoMode()
/external/qemu/distrib/sdl-1.2.15/test/
Dtestblitspeed.c104 (int) surface->format->Aloss); in output_surface_details()
Dtestoverlay2.c461 format.Aloss=8; in main()
Dtestoverlay.c516 format.Aloss=8; in main()
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
DSDL_os2fslib.c2471 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()