Home | History | Annotate | Download | only in giflib

Lines Matching refs:BitsPerPixel

238     int BitsPerPixel;
262 BitsPerPixel = (Buf[0] & 0x07) + 1;
268 GifFile->SColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
342 unsigned int BitsPerPixel;
364 BitsPerPixel = (Buf[0] & 0x07) + 1;
376 GifFile->Image.ColorMap = GifMakeMapObject(1 << BitsPerPixel, NULL);
712 *CodeSize = Private->BitsPerPixel;
759 int i, BitsPerPixel;
768 BitsPerPixel = CodeSize;
771 if (BitsPerPixel > 8) {
777 Private->BitsPerPixel = BitsPerPixel;
778 Private->ClearCode = (1 << BitsPerPixel);
781 Private->RunningBits = BitsPerPixel + 1; /* Number of bits per code. */
843 Private->RunningBits = Private->BitsPerPixel + 1;
974 Private->RunningBits = Private->BitsPerPixel + 1;