/reactos/dll/win32/windowscodecs/ |
H A D | ungif.c | 169 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 D | ungif.h | 90 int BitsPerPixel; member
|
H A D | gifformat.c | 937 IMD_data.packed |= This->frame->ImageDesc.ColorMap->BitsPerPixel - 1; in create_IMD_metadata_reader()
|
/reactos/dll/3rdparty/libjpeg/ |
H A D | wrgif.c | 256 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 D | vbemp.c | 110 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 D | vbemp.h | 147 UCHAR BitsPerPixel; member
|
/reactos/win32ss/drivers/displays/framebuf/ |
H A D | ddenable.c | 54 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 D | surface.c | 71 switch (ppdev->BitsPerPixel) in DrvEnableSurface() 187 if (ppdev->BitsPerPixel == 8) in DrvAssertMode()
|
H A D | screen.c | 198 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 D | palette.c | 67 if (ppdev->BitsPerPixel > 8) in IntInitDefaultPalette()
|
H A D | framebuf.h | 42 BYTE BitsPerPixel; member
|
/reactos/drivers/base/bootvid/ |
H A D | common.c | 63 _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 D | pcvideo.c | 72 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 D | vbe.h | 74 BYTE BitsPerPixel; member
|
/reactos/win32ss/drivers/miniport/vga_new/ |
H A D | vbe.h | 136 UCHAR BitsPerPixel; member
|
H A D | vbemodes.c | 333 (VbeModeInfo->BitsPerPixel >= 8)) in InitializeModeTable() 356 VgaMode->bitsPerPlane = VbeModeInfo->BitsPerPixel / VbeModeInfo->NumberOfPlanes; in InitializeModeTable()
|
/reactos/win32ss/gdi/gdi32/objects/ |
H A D | bitmap.c | 457 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 D | twain.h | 275 TW_INT16 BitsPerPixel; /* Number of bits for each padded pixel */ member
|