Home | History | Annotate | Download | only in giflib

Lines Matching defs:BitsPerPixel

231     int BitsPerPixel;
255 BitsPerPixel = (Buf[0] & 0x07) + 1;
261 GifFile->SColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
333 unsigned int BitsPerPixel;
355 BitsPerPixel = (Buf[0] & 0x07) + 1;
367 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
700 *CodeSize = Private->BitsPerPixel;
746 int i, BitsPerPixel;
752 BitsPerPixel = CodeSize;
755 Private->BitsPerPixel = BitsPerPixel;
756 Private->ClearCode = (1 << BitsPerPixel);
759 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */
821 Private->RunningBits = Private->BitsPerPixel + 1;
949 Private->RunningBits = Private->BitsPerPixel + 1;