Home | History | Annotate | Download | only in giflib

Lines Matching refs:ClearCode

855     Private->ClearCode = (1 << BitsPerPixel);
856 Private->EOFCode = Private->ClearCode + 1;
867 if (EGifCompressOutput(GifFile, Private->ClearCode) == GIF_ERROR) {
924 if (EGifCompressOutput(GifFile, Private->ClearCode)