Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_pixels.c66 format->Gloss = 8; in SDL_AllocFormat()
71 --format->Gloss; in SDL_AllocFormat()
98 format->Gloss = 8-(bpp/3)-(bpp%3); in SDL_AllocFormat()
104 format->Gmask = ((0xFF>>format->Gloss)<<format->Gshift); in SDL_AllocFormat()
109 format->Gloss = 8; in SDL_AllocFormat()
159 Gw=8-format->Gloss; in SDL_AllocFormat()
160 for(i=format->Gloss;i>0;i-=Gw) in SDL_AllocFormat()
193 g=(g<<format->Gloss)|((g*Gm)>>Gw); in SDL_AllocFormat()
346 | (g >> format->Gloss) << format->Gshift in SDL_MapRGB()
361 | (g >> format->Gloss) << format->Gshift in SDL_MapRGBA()
[all …]
DSDL_blit.h92 g = (((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss); \
173 ((g>>fmt->Gloss)<<fmt->Gshift)| \
180 ((g>>fmt->Gloss)<<fmt->Gshift)| \
271 g = ((Pixel&fmt->Gmask)>>fmt->Gshift)<<fmt->Gloss; \
337 ((g>>fmt->Gloss)<<fmt->Gshift)| \
345 ((g>>fmt->Gloss)<<fmt->Gshift)| \
DSDL_RLEaccel.c1001 Uint8 Gloss; member
1477 r->Gloss = df->Gloss; in RLEAlphaSurface()
/external/qemu/distrib/sdl-1.2.12/include/
DSDL_video.h67 Uint8 Gloss; member
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgvideo.c258 current->format->Gloss = 8 - this->hidden->shm.green_length; in PG_SetVideoMode()
/external/qemu/distrib/sdl-1.2.12/src/video/directfb/
DSDL_DirectFB_video.c911 (color & fmt->Gmask) >> (fmt->Gshift - fmt->Gloss), in DirectFB_FillHWRect()
929 (key & fmt->Gmask) >> (fmt->Gshift - fmt->Gloss), in DirectFB_SetHWColorKey()
/external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
DSDL_os2fslib.c2465 pResult->format->Gloss = pModeInfoFound->PixelFormat.ucGreenAdjust; in os2fslib_SetVideoMode()
2740 vformat->Gloss = pDesktopMode->PixelFormat.ucGreenAdjust; in os2fslib_VideoInit()