Home | History | Annotate | Download | only in giflib

Lines Matching full:codesize

644             int *CodeSize,
655 *CodeSize = Private->BitsPerPixel;
700 GifByteType CodeSize;
704 READ(GifFile, &CodeSize, 1); /* Read Code size from file. */
705 BitsPerPixel = CodeSize;