Searched refs:BitsPerPixel (Results 1 - 25 of 66) sorted by relevance

123

/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/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 Dgifalloc.c71 Object->BitsPerPixel = BitSize(ColorCount);
210 ColorUnion->BitsPerPixel = NewBitSize;
/external/qemu/distrib/sdl-1.2.12/src/video/nanox/
H A DSDL_nxmodes.c36 if (SDL_Visual.bpp == format -> BitsPerPixel) {
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
H A DSDL_riscosvideo.c181 vformat->BitsPerPixel = (1 << vals[0]);
188 if (vformat->BitsPerPixel < 8) vformat->BitsPerPixel = 8;
191 switch (vformat->BitsPerPixel)
198 vformat->BitsPerPixel = 16; /* SDL wants actual number of bits used */
244 return(SDL_modelist[((format->BitsPerPixel+7)/8)-1]);
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A DSDL_fb3dfx.c69 bpp = dst->format->BitsPerPixel;
117 bpp = src->format->BitsPerPixel;
120 bpp = dst->format->BitsPerPixel;
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
H A DSDL_sysvideo.cc218 vformat->BitsPerPixel = QPixmap::defaultDepth();
224 QT_AddMode(_this, ((vformat->BitsPerPixel+7)/8)-1,
226 QT_AddMode(_this, ((vformat->BitsPerPixel+7)/8)-1,
250 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1];
252 if ( format->BitsPerPixel ==
253 _this->screen->format->BitsPerPixel ) {
/external/qemu-pc-bios/vgabios/tests/lfbprof/
H A Dlfbprof.h58 char BitsPerPixel; /* Bits per pixel */ member in struct:__anon8855
H A Dlfbprof.c469 || modeInfo.BitsPerPixel != 8
474 modeInfo.BitsPerPixel);
502 || modeInfo.BitsPerPixel != 8
/external/qemu/distrib/sdl-1.2.12/src/video/ggi/
H A DSDL_ggivideo.c208 ggiGetPalette(VIS, 0, 1 << vformat->BitsPerPixel, pal);
220 vformat->BitsPerPixel = db->buffer.plb.pixelformat->depth;
237 SDL_modelist[((vformat->BitsPerPixel + 7) / 8) - 1] = &video_mode;
245 return(&SDL_modelist[((format->BitsPerPixel + 7) / 8) - 1]);
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
H A DSDL_ph_modes.c84 if(mode_info.bits_per_pixel == format->BitsPerPixel)
254 if ((mode = get_mode_any_format(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
262 if ((mode = ph_GetVideoMode(screen->w, screen->h, screen->format->BitsPerPixel)) == 0)
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
H A DSDL_syswm.c122 (icon->format->BitsPerPixel == icon_256->format->BitsPerPixel)){
134 icon_256->format->BitsPerPixel);
/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...]
H A DSDL_bmp.c362 if ( saveme->format->BitsPerPixel == 8 ) {
366 saveme->format->BitsPerPixel);
369 else if ( (saveme->format->BitsPerPixel == 24) &&
432 biBitCount = surface->format->BitsPerPixel;
H A DSDL_stretch.c191 if ( src->format->BitsPerPixel != dst->format->BitsPerPixel ) {
H A DSDL_pixels.c53 format->BitsPerPixel = bpp;
297 switch (surface->format->BitsPerPixel) {
576 if (srcfmt->BitsPerPixel!=dstfmt->BitsPerPixel)
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/
H A DSDL_xbios.c310 vformat->BitsPerPixel = 8;
345 vformat->BitsPerPixel = 8;
392 vformat->BitsPerPixel = 16;
481 if ((format->BitsPerPixel != 8) && (format->BitsPerPixel !=16)) {
485 return(SDL_modelist[(format->BitsPerPixel)>>4]);
730 if ((surface->format->BitsPerPixel) == 8) {
771 if ((surface->format->BitsPerPixel) > 8) {
779 if ((surface->format->BitsPerPixel) == 8) {
809 if ((surface->format->BitsPerPixel) >
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/bwindow/
H A DSDL_sysvideo.cc282 vformat->BitsPerPixel = ColorSpaceToBitsPerPixel(bscreen.ColorSpace());
283 if ( vformat->BitsPerPixel == 0 ) {
332 modes = SDL_modelist[((format->BitsPerPixel+7)/8)-1];
334 if ( format->BitsPerPixel ==
335 _this->screen->format->BitsPerPixel ) {
416 bpp = screen->format->BitsPerPixel;
/external/qemu/distrib/sdl-1.2.12/src/video/macdsp/
H A DSDL_dspvideo.c443 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useDistantHdwrMem | noNewDevice);
449 err = NewGWorld (&offscreen, vformat->BitsPerPixel, &bounds, NULL, SDL_Display, useLocalHdwrMem | noNewDevice);
553 vformat->BitsPerPixel = GetPixDepth ( (**SDL_Display).gdPMap );
554 dsp_old_depth = vformat->BitsPerPixel;
556 switch (vformat->BitsPerPixel) {
612 if ( format->BitsPerPixel == 0 )
617 if (SDL_modelist[i]->x & format->BitsPerPixel) {
1088 if ( DSp_NewHWSurface (this, &temp, surface->format->BitsPerPixel, surface->w, surface->h) < 0 )
/external/qemu-pc-bios/vgabios/
H A Dvbe.h64 Bit8u BitsPerPixel; member in struct:ModeInfoBlockCompact
118 Bit8u BitsPerPixel; member in struct:ModeInfoBlock
/external/qemu/distrib/sdl-1.2.12/src/video/windib/
H A DSDL_dibvideo.c306 vformat->BitsPerPixel = DIB_SussScreenDepth();
307 switch (vformat->BitsPerPixel) {
312 vformat->BitsPerPixel = 16;
364 // We use only vformat->BitsPerPixel that allow SDL to
369 DIB_AddMode(this, vformat->BitsPerPixel,
376 if ( vformat->BitsPerPixel <= 8 ) {
379 DIB_CreatePalette(this, vformat->BitsPerPixel);
401 return(SDL_modelist[((format->BitsPerPixel+7)/8)-1]);
506 if ( bpp == current->format->BitsPerPixel ) {
629 settings.dmBitsPerPel = video->format->BitsPerPixel;
[all...]
/external/qemu/distrib/sdl-1.2.12/src/video/dummy/
H A DSDL_nullvideo.c149 vformat->BitsPerPixel = 8;
/external/qemu/distrib/sdl-1.2.12/src/video/macrom/
H A DSDL_romvideo.c216 vformat->BitsPerPixel = (**(**SDL_Display).gdPMap).pixelSize;
217 switch (vformat->BitsPerPixel) {
261 if ( this->screen->format->BitsPerPixel == format->BitsPerPixel ) {
/external/qemu/distrib/sdl-1.2.12/src/video/aalib/
H A DSDL_aavideo.c180 vformat->BitsPerPixel = 8;
189 if(format->BitsPerPixel != 8)

Completed in 252 milliseconds

123