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

  /external/giflib/
gif_lib_private.h 34 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */
dgif_lib.c 231 int BitsPerPixel;
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
261 GifFile->SColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
333 unsigned int BitsPerPixel;
355 BitsPerPixel = (Buf[0] & 0x07) + 1;
367 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
700 *CodeSize = Private->BitsPerPixel;
746 int i, BitsPerPixel;
752 BitsPerPixel = CodeSize;
755 Private->BitsPerPixel = BitsPerPixel
    [all...]
gif_lib.h 41 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 */
  /external/qemu/distrib/jpeg-6b/
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 */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.h 291 GLint BitsPerPixel; /* True bits per pixel for XImages */
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 291 GLint BitsPerPixel; /* True bits per pixel for XImages */
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events.c 582 WPARAM BitsPerPixel;
588 BitsPerPixel = wParam;
  /external/qemu-pc-bios/vgabios/tests/lfbprof/
lfbprof.h 58 char BitsPerPixel; /* Bits per pixel */
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 81 GLint BitsPerPixel; /* True bits per pixel for XImages */
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 81 GLint BitsPerPixel; /* True bits per pixel for XImages */
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 72 Uint8 BitsPerPixel;
    [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 72 Uint8 BitsPerPixel;
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 72 Uint8 BitsPerPixel;
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 72 Uint8 BitsPerPixel;
    [all...]
  /external/qemu-pc-bios/vgabios/
vbe.h 64 Bit8u BitsPerPixel;
118 Bit8u BitsPerPixel;

Completed in 296 milliseconds