Searched refs:LastCode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib_private.h64 LastCode, /* The code before the current code. */ member in struct:GifFilePrivateType
H A Ddgif_lib.c739 Private->LastCode = NO_SUCH_CODE;
762 int j, CrntCode, EOFCode, ClearCode, CrntPrefix, LastCode, StackPtr; local
773 LastCode = Private->LastCode;
801 LastCode = Private->LastCode = NO_SUCH_CODE;
820 CrntPrefix = LastCode;
823 LastCode,
854 if (LastCode != NO_SUCH_CODE) {
855 Prefix[Private->RunningCode - 2] = LastCode;
[all...]

Completed in 220 milliseconds