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

  /external/giflib/
gif_lib_private.h 35 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */
dgif_lib.c 235 int i, BitsPerPixel;
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
259 GifFile->SColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
331 int i, BitsPerPixel;
351 BitsPerPixel = (Buf[0] & 0x07) + 1;
360 GifFile->Image.ColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
655 *CodeSize = Private->BitsPerPixel;
699 int i, BitsPerPixel;
705 BitsPerPixel = CodeSize;
708 Private->BitsPerPixel = BitsPerPixel
    [all...]
gif_lib.h 74 int BitsPerPixel;
  /external/jpeg/
wrgif.c 223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte;
230 BitsPerPixel = 1;
231 while (num_colors > (1 << BitsPerPixel))
232 BitsPerPixel++;
233 ColorMapSize = 1 << BitsPerPixel;
234 if (BitsPerPixel <= 1)
237 InitCodeSize = BitsPerPixel;
252 FlagByte |= (BitsPerPixel-1) << 4; /* color resolution */
253 FlagByte |= (BitsPerPixel-1); /* size of global color table */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
servermd.h 561 int notPower2; /* bitsPerPixel not a power of 2 */
563 int bitsPerPixel; /* bits per pixel */
568 #define BitsPerPixel(d) (PixmapWidthPaddingInfo[d].bitsPerPixel)
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5events.c 505 WPARAM BitsPerPixel;
511 BitsPerPixel = wParam;
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_video.h 64 Uint8 BitsPerPixel;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_video.h 64 Uint8 BitsPerPixel;
    [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_video.h 64 Uint8 BitsPerPixel;
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_video.h 71 Uint8 BitsPerPixel;
    [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_video.h 64 Uint8 BitsPerPixel;
    [all...]

Completed in 223 milliseconds