Home
last modified time | relevance | path

Searched refs:BitsPerPixel (Results 1 – 18 of 18) sorted by relevance

/reactos/dll/win32/windowscodecs/
H A Dungif.c169 Object->BitsPerPixel = BitSize(ColorCount); in MakeMapObject()
309 int i, BitsPerPixel, SortFlag; in DGifGetScreenDesc() local
322 BitsPerPixel = (Buf[0] & 0x07) + 1; in DGifGetScreenDesc()
327 GifFile->SColorMap = MakeMapObject(1 << BitsPerPixel, NULL); in DGifGetScreenDesc()
392 int i, BitsPerPixel, SortFlag; in DGifGetImageDesc() local
405 BitsPerPixel = (Buf[0] & 0x07) + 1; in DGifGetImageDesc()
610 int i, BitsPerPixel; in DGifSetupDecompress() local
616 BitsPerPixel = CodeSize; in DGifSetupDecompress()
619 Private->BitsPerPixel = BitsPerPixel; in DGifSetupDecompress()
620 Private->ClearCode = (1 << BitsPerPixel); in DGifSetupDecompress()
[all …]
H A Dungif.h90 int BitsPerPixel; member
H A Dgifformat.c937 IMD_data.packed |= This->frame->ImageDesc.ColorMap->BitsPerPixel - 1; in create_IMD_metadata_reader()
/reactos/dll/3rdparty/libjpeg/
H A Dwrgif.c256 int BitsPerPixel, ColorMapSize, InitCodeSize, FlagByte; in emit_header() local
263 BitsPerPixel = 1; in emit_header()
264 while (num_colors > (1 << BitsPerPixel)) in emit_header()
265 BitsPerPixel++; in emit_header()
266 ColorMapSize = 1 << BitsPerPixel; in emit_header()
267 if (BitsPerPixel <= 1) in emit_header()
270 InitCodeSize = BitsPerPixel; in emit_header()
285 FlagByte |= (BitsPerPixel - 1) << 4; /* color resolution */ in emit_header()
286 FlagByte |= (BitsPerPixel - 1); /* size of global color table */ in emit_header()
/reactos/win32ss/drivers/miniport/vbe/
H A Dvbemp.c110 if (VbeModeInfoA->BitsPerPixel < VbeModeInfoB->BitsPerPixel) return -1; in VBESortModesCallback()
111 if (VbeModeInfoA->BitsPerPixel > VbeModeInfoB->BitsPerPixel) return 1; in VBESortModesCallback()
424 VBEDeviceExtension->ModeInfo[CurrentMode].BitsPerPixel); in VBEInitialize()
880 VideoMode->BitsPerPlane = VBEMode->BitsPerPixel / VBEMode->NumberOfPlanes; in VBEQueryMode()
888 if (VBEMode->BitsPerPixel > 8) in VBEQueryMode()
893 if (VBEMode->BitsPerPixel == 15 && VBEMode->NumberOfPlanes == 1) in VBEQueryMode()
H A Dvbemp.h147 UCHAR BitsPerPixel; member
/reactos/win32ss/drivers/displays/framebuf/
H A Dddenable.c54 ppdev->ddpfDisplay.dwRGBBitCount=ppdev->BitsPerPixel; in DrvEnableDirectDraw()
213 pHalInfo->vmiData.ddpfDisplay.dwRGBBitCount = ppdev->BitsPerPixel; in DrvGetDirectDrawInfo()
219 if ( ppdev->BitsPerPixel == 8 ) in DrvGetDirectDrawInfo()
H A Dsurface.c71 switch (ppdev->BitsPerPixel) in DrvEnableSurface()
187 if (ppdev->BitsPerPixel == 8) in DrvAssertMode()
H A Dscreen.c198 ppdev->BitsPerPixel = (UCHAR)(SelectedMode->BitsPerPlane * SelectedMode->NumberOfPlanes); in IntInitScreenInfo()
316 if (ppdev->BitsPerPixel == 8) in IntInitScreenInfo()
319 pGdiInfo->ulNumPalReg = 1 << ppdev->BitsPerPixel; in IntInitScreenInfo()
330 switch (ppdev->BitsPerPixel) in IntInitScreenInfo()
H A Dpalette.c67 if (ppdev->BitsPerPixel > 8) in IntInitDefaultPalette()
H A Dframebuf.h42 BYTE BitsPerPixel; member
/reactos/drivers/base/bootvid/
H A Dcommon.c63 _In_ ULONG BitsPerPixel, in BitBlt() argument
73 if (BitsPerPixel != 4) in BitBlt()
84 BitsPerPixel, in BitBlt()
/reactos/boot/freeldr/freeldr/arch/i386/pc/
H A Dpcvideo.c72 UCHAR BitsPerPixel; /* number of bits per pixel */ member
511 TRACE("BitsPerPixel = %d\n", ModeInformation->BitsPerPixel); in PcVideoVesaGetSVGAModeInformation()
952 if (16 == VesaVideoModeInformation.BitsPerPixel) in PcVideoGetDisplaySize()
960 *Depth = VesaVideoModeInformation.BitsPerPixel; in PcVideoGetDisplaySize()
/reactos/subsystems/mvdm/ntvdm/bios/bios32/
H A Dvbe.h74 BYTE BitsPerPixel; member
/reactos/win32ss/drivers/miniport/vga_new/
H A Dvbe.h136 UCHAR BitsPerPixel; member
H A Dvbemodes.c333 (VbeModeInfo->BitsPerPixel >= 8)) in InitializeModeTable()
356 VgaMode->bitsPerPlane = VbeModeInfo->BitsPerPixel / VbeModeInfo->NumberOfPlanes; in InitializeModeTable()
/reactos/win32ss/gdi/gdi32/objects/
H A Dbitmap.c457 WORD Planes, BitsPerPixel; in CreateDIBitmap() local
531 …if (DIB_GetBitmapInfo(Header, &Width, &Height, &Planes, &BitsPerPixel, &Compression, &DibSize) == … in CreateDIBitmap()
577 Data, BitsPerPixel, DibSize, cjInfoSize, cjBmpScanSize); in CreateDIBitmap()
/reactos/sdk/include/psdk/
H A Dtwain.h275 TW_INT16 BitsPerPixel; /* Number of bits for each padded pixel */ member