Lines Matching refs:Prefix
55 static int DGifGetPrefixChar(GifPrefixType *Prefix, int Code, int ClearCode);
701 GifPrefixType *Prefix;
719 Prefix = Private->Prefix;
721 Prefix[i] = NO_SUCH_CODE;
740 GifPrefixType *Prefix;
744 Prefix = Private->Prefix;
777 Prefix[j] = NO_SUCH_CODE;
784 * stream, otherwise trace to codes linked list until the prefix
791 * until the prefix is a pixel, while pushing the suffix
794 if (Prefix[CrntCode] == NO_SUCH_CODE) {
797 * prefix code is last code and the suffix char is
798 * exactly the prefix of last code! */
802 Stack[StackPtr++] = DGifGetPrefixChar(Prefix,
821 CrntPrefix = Prefix[CrntPrefix];
835 Prefix[Private->RunningCode - 2] = LastCode;
840 * prefix code is last code and the suffix char is
841 * exactly the prefix of last code! */
843 DGifGetPrefixChar(Prefix, LastCode, ClearCode);
846 DGifGetPrefixChar(Prefix, CrntCode, ClearCode);
860 * Routine to trace the Prefixes linked list until we get a prefix which is
866 DGifGetPrefixChar(GifPrefixType *Prefix,
876 Code = Prefix[Code];