Home | History | Annotate | Download | only in giflib

Lines Matching defs:BitsPerPixel

235     int i, BitsPerPixel;
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
259 GifFile->SColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
331 int i, BitsPerPixel;
351 BitsPerPixel = (Buf[0] & 0x07) + 1;
360 GifFile->Image.ColorMap = MakeMapObject(1 << BitsPerPixel, NULL);
655 *CodeSize = Private->BitsPerPixel;
699 int i, BitsPerPixel;
705 BitsPerPixel = CodeSize;
708 Private->BitsPerPixel = BitsPerPixel;
709 Private->ClearCode = (1 << BitsPerPixel);
712 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */
779 Private->RunningBits = Private->BitsPerPixel + 1;
912 Private->RunningBits = Private->BitsPerPixel + 1;