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

  /external/qemu/distrib/sdl-1.2.15/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 1002 Uint8 Gloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/picogui/
SDL_pgvideo.c 258 current->format->Gloss = 8 - this->hidden->shm.green_length;
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 75 Uint8 Gloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testblitspeed.c 96 (int) surface->format->Gloss);
testoverlay2.c 459 format.Gloss=0;
testoverlay.c 514 format.Gloss=0;
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 75 Uint8 Gloss;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 75 Uint8 Gloss;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 75 Uint8 Gloss;
    [all...]
  /external/qemu/distrib/sdl-1.2.15/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.15/src/video/os2fslib/
SDL_os2fslib.c     [all...]

Completed in 49 milliseconds