Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.h100 a = ((pixel&fmt->Amask)>>fmt->Ashift)<<fmt->Aloss; \
121 ((a<<fmt->Aloss)<<fmt->Ashift); \
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_pixels.c593 format->Aloss = 8; in SDL_InitFormat()
598 --format->Aloss; in SDL_InitFormat()
874 | ((a >> format->Aloss) << format->Ashift & format->Amask); in SDL_MapRGBA()
916 *a = SDL_expand_byte[format->Aloss][v]; in SDL_GetRGBA()
A DSDL_blit.h310 a = SDL_expand_byte[fmt->Aloss][((Pixel&fmt->Amask)>>fmt->Ashift)]; \
401 ((a>>fmt->Aloss)<<fmt->Ashift); \
A DSDL_RLEaccel.c628 Uint8 Aloss; member
1111 r->Aloss = df->Aloss; in RLEAlphaSurface()
A DSDL_blit_A.c1388 && sf->Ashift % 8 == 0 && sf->Aloss == 0) { in SDL_CalculateBlitA()
A DSDL_blit_N.c2186 Uint32 mask = ((Uint32)info->a >> dstfmt->Aloss) << dstfmt->Ashift; in Blit4to4MaskAlpha()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h338 Uint8 Aloss; member

Completed in 20 milliseconds