HomeSort by relevance Sort by last modified time
    Searched refs:Gloss (Results 1 - 11 of 11) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_pixels.c 66 format->Gloss = 8;
71 --format->Gloss;
98 format->Gloss = 8-(bpp/3)-(bpp%3);
104 format->Gmask = ((0xFF>>format->Gloss)<<format->Gshift);
109 format->Gloss = 8;
159 Gw=8-format->Gloss;
160 for(i=format->Gloss;i>0;i-=Gw)
193 g=(g<<format->Gloss)|((g*Gm)>>Gw);
346 | (g >> format->Gloss) << format->Gshift
361 | (g >> format->Gloss) << format->Gshif
    [all...]
SDL_blit.h 92 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)| \
SDL_RLEaccel.c 1001 Uint8 Gloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/picogui/
SDL_pgvideo.c 258 current->format->Gloss = 8 - this->hidden->shm.green_length;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 67 Uint8 Gloss;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 67 Uint8 Gloss;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 67 Uint8 Gloss;
    [all...]
  /prebuilts/tools/windows/sdl/host/include/SDL/
SDL_video.h 74 Uint8 Gloss;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 67 Uint8 Gloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 911 (color & fmt->Gmask) >> (fmt->Gshift - fmt->Gloss),
929 (key & fmt->Gmask) >> (fmt->Gshift - fmt->Gloss),
  /external/qemu/distrib/sdl-1.2.12/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 2041 milliseconds