Searched defs:BitsPerPixel (Results 1 - 10 of 10) sorted by relevance

/external/giflib/
H A Dgif_lib_private.h35 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */ member in struct:GifFilePrivateType
H A Ddgif_lib.c235 int i, BitsPerPixel; local
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
259 GifFile->SColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
331 int i, BitsPerPixel; local
351 BitsPerPixel = (Buf[0] & 0x07) + 1;
360 GifFile->Image.ColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
655 *CodeSize = Private->BitsPerPixel;
699 int i, BitsPerPixel; local
705 BitsPerPixel = CodeSize;
708 Private->BitsPerPixel
[all...]
H A Dgif_lib.h74 int BitsPerPixel; member in struct:ColorMapObject
/external/jpeg/
H A Dwrgif.c223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; local
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/
H A Dwrgif.c223 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; local
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-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h58 char BitsPerPixel; /* Bits per pixel */ member in struct:__anon9931
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c505 WPARAM BitsPerPixel; local
511 BitsPerPixel = wParam;
/external/qemu/distrib/sdl-1.2.12/include/
H A DSDL_video.h64 Uint8 BitsPerPixel; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_video.c248 vformat.BitsPerPixel,
263 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
389 format.BitsPerPixel = SDL_closest_depths[table][b];
426 static int SDL_GetVideoMode (int *w, int *h, int *BitsPerPixel, Uint32 flags) argument
435 if ( *BitsPerPixel < 8 || *BitsPerPixel > 32 ) {
445 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags);
446 if ( native_bpp == *BitsPerPixel ) {
450 *BitsPerPixel = native_bpp;
457 table = ((*BitsPerPixel
[all...]
/external/qemu-pc-bios/vgabios/
H A Dvbe.h64 Bit8u BitsPerPixel; member in struct:ModeInfoBlockCompact
118 Bit8u BitsPerPixel; member in struct:ModeInfoBlock

Completed in 137 milliseconds