Lines Matching refs:BitsPerPixel
324 (ColorMap ? ColorMap->BitsPerPixel - 1 : 0x07 ); /* Actual size of the in EGifPutScreenDesc()
409 (ColorMap ? ColorMap->BitsPerPixel - 1 : 0); in EGifPutImageDesc()
467 Mask = CodeMask[Private->BitsPerPixel]; in EGifPutLine()
496 Pixel &= CodeMask[Private->BitsPerPixel]; in EGifPutPixel()
836 int BitsPerPixel; in EGifSetupCompress() local
842 BitsPerPixel = GifFile->Image.ColorMap->BitsPerPixel; in EGifSetupCompress()
844 BitsPerPixel = GifFile->SColorMap->BitsPerPixel; in EGifSetupCompress()
850 Buf = BitsPerPixel = (BitsPerPixel < 2 ? 2 : BitsPerPixel); in EGifSetupCompress()
854 Private->BitsPerPixel = BitsPerPixel; in EGifSetupCompress()
855 Private->ClearCode = (1 << BitsPerPixel); in EGifSetupCompress()
858 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */ in EGifSetupCompress()
930 Private->RunningBits = Private->BitsPerPixel + 1; in EGifCompressLine()