Home | History | Annotate | Download | only in giflib

Lines Matching refs:CrntCode

783     int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr;
807 if (DGifDecompressInput(GifFile, &CrntCode) == GIF_ERROR)
810 if (CrntCode == EOFCode) {
816 } else if (CrntCode == ClearCode) {
828 if (CrntCode < ClearCode) {
830 Line[i++] = CrntCode;
836 if (Prefix[CrntCode] == NO_SUCH_CODE) {
837 /* Only allowed if CrntCode is exactly the running code:
838 * In that case CrntCode = XXXCode, CrntCode or the
841 if (CrntCode == Private->RunningCode - 2) {
852 CrntPrefix = CrntCode;
877 if (CrntCode == Private->RunningCode - 2) {
878 /* Only allowed if CrntCode is exactly the running code:
879 * In that case CrntCode = XXXCode, CrntCode or the
886 DGifGetPrefixChar(Prefix, CrntCode, ClearCode);
889 LastCode = CrntCode;