Home
last modified time | relevance | path

Searched refs:Bloss (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/gfx/
A DSDL_gfxBlitFunc.h99 b = ((pixel&fmt->Bmask)>>fmt->Bshift)<<fmt->Bloss; \
120 ((b>>fmt->Bloss)<<fmt->Bshift)| \
/AliOS-Things-master/components/SDL2/src/video/
A DSDL_blit.h127 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
223 ((b>>fmt->Bloss)<<fmt->Bshift)| \
309 b = SDL_expand_byte[fmt->Bloss][((Pixel&fmt->Bmask)>>fmt->Bshift)]; \
400 ((b>>fmt->Bloss)<<fmt->Bshift)| \
A DSDL_pixels.c583 format->Bloss = 8; in SDL_InitFormat()
588 --format->Bloss; in SDL_InitFormat()
859 | (b >> format->Bloss) << format->Bshift | format->Amask; in SDL_MapRGB()
873 | (b >> format->Bloss) << format->Bshift in SDL_MapRGBA()
891 *b = SDL_expand_byte[format->Bloss][v]; in SDL_GetRGB()
914 *b = SDL_expand_byte[format->Bloss][v]; in SDL_GetRGBA()
A DSDL_RLEaccel.c383 ((b>>fmt->Bloss)<<fmt->Bshift)| \
627 Uint8 Bloss; member
1110 r->Bloss = df->Bloss; in RLEAlphaSurface()
/AliOS-Things-master/components/SDL2/include/
A DSDL_pixels.h337 Uint8 Bloss; member

Completed in 11 milliseconds