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

/external/giflib/
H A Dgif_lib_private.h34 BitsPerPixel, /* Bits per pixel (Codes uses at least this + 1). */ member in struct:GifFilePrivateType
H A Ddgif_lib.c231 int BitsPerPixel; local
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
261 GifFile->SColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
333 unsigned int BitsPerPixel; local
355 BitsPerPixel = (Buf[0] & 0x07) + 1;
367 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
700 *CodeSize = Private->BitsPerPixel;
746 int i, BitsPerPixel; local
752 BitsPerPixel = CodeSize;
755 Private->BitsPerPixel
[all...]
H A Dgif_lib.h41 int BitsPerPixel; member in struct:ColorMapObject
/external/chromium_org/third_party/libjpeg_turbo/
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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h291 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
/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/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h291 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
/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:__anon30294
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5events.c582 WPARAM BitsPerPixel; local
588 BitsPerPixel = wParam;
/external/chromium_org/cc/resources/
H A Dresource_provider.h549 inline unsigned BitsPerPixel(ResourceFormat format) { function in namespace:cc
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h81 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h81 GLint BitsPerPixel; /* True bits per pixel for XImages */ member in struct:xmesa_visual
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h72 Uint8 BitsPerPixel; member in struct:SDL_PixelFormat
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_video.c254 vformat.BitsPerPixel,
269 SDL_DitherColors(vf->palette->colors, vf->BitsPerPixel);
395 format.BitsPerPixel = SDL_closest_depths[table][b];
432 static int SDL_GetVideoMode (int *w, int *h, int *BitsPerPixel, Uint32 flags) argument
441 if ( *BitsPerPixel < 8 || *BitsPerPixel > 32 ) {
451 native_bpp = SDL_VideoModeOK(*w, *h, *BitsPerPixel, flags);
452 if ( native_bpp == *BitsPerPixel ) {
456 *BitsPerPixel = native_bpp;
463 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 218 milliseconds