Home | History | Annotate | Download | only in giflib

Lines Matching refs:GIF_ERROR

137     if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
210 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) {
239 return GIF_ERROR;
243 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR ||
244 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR)
245 return GIF_ERROR;
251 return GIF_ERROR;
264 return GIF_ERROR;
274 return GIF_ERROR;
299 return GIF_ERROR;
304 return GIF_ERROR;
320 return GIF_ERROR;
341 return GIF_ERROR;
344 if (DGifGetWord(GifFile, &GifFile->Image.Left) == GIF_ERROR ||
345 DGifGetWord(GifFile, &GifFile->Image.Top) == GIF_ERROR ||
346 DGifGetWord(GifFile, &GifFile->Image.Width) == GIF_ERROR ||
347 DGifGetWord(GifFile, &GifFile->Image.Height) == GIF_ERROR)
348 return GIF_ERROR;
353 return GIF_ERROR;
370 return GIF_ERROR;
379 return GIF_ERROR;
392 return GIF_ERROR;
398 return GIF_ERROR;
410 return GIF_ERROR;
440 return GIF_ERROR;
448 return GIF_ERROR;
459 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
460 return GIF_ERROR;
465 return GIF_ERROR;
480 return GIF_ERROR;
485 return GIF_ERROR;
496 if (DGifGetCodeNext(GifFile, &Dummy) == GIF_ERROR)
497 return GIF_ERROR;
502 GIF_ERROR;
521 return GIF_ERROR;
526 return GIF_ERROR;
546 return GIF_ERROR;
554 return GIF_ERROR;
571 return GIF_ERROR;
595 return GIF_ERROR;
608 return GIF_ERROR;
620 return GIF_ERROR;
644 return GIF_ERROR;
649 return GIF_ERROR;
675 return GIF_ERROR;
697 return GIF_ERROR;
719 return GIF_ERROR;
729 return GIF_ERROR;
797 return GIF_ERROR;
807 if (DGifDecompressInput(GifFile, &CrntCode) == GIF_ERROR)
808 return GIF_ERROR;
815 return GIF_ERROR;
849 return GIF_ERROR;
865 return GIF_ERROR;
932 return GIF_ERROR;
935 if (DGifDecompressInput(GifFile, Code) == GIF_ERROR)
936 return GIF_ERROR;
941 GIF_ERROR)
942 return GIF_ERROR;
979 return GIF_ERROR;
984 if (DGifBufferedInput(GifFile, Private->Buf, &NextByte) == GIF_ERROR) {
985 return GIF_ERROR;
1023 return GIF_ERROR;
1031 return GIF_ERROR;
1039 return GIF_ERROR;
1043 return GIF_ERROR;
1074 if (DGifGetRecordType(GifFile, &RecordType) == GIF_ERROR)
1075 return (GIF_ERROR);
1079 if (DGifGetImageDesc(GifFile) == GIF_ERROR)
1080 return (GIF_ERROR);
1086 return GIF_ERROR;
1091 return GIF_ERROR;
1097 return GIF_ERROR;
1115 sp->ImageDesc.Width) == GIF_ERROR)
1116 return GIF_ERROR;
1120 if (DGifGetLine(GifFile,sp->RasterBits,ImageSize)==GIF_ERROR)
1121 return (GIF_ERROR);
1134 if (DGifGetExtension(GifFile,&ExtFunction,&ExtData) == GIF_ERROR)
1135 return (GIF_ERROR);
1141 == GIF_ERROR)
1142 return (GIF_ERROR);
1145 if (DGifGetExtensionNext(GifFile, &ExtData) == GIF_ERROR)
1146 return (GIF_ERROR);
1152 ExtData[0], &ExtData[1]) == GIF_ERROR)
1153 return (GIF_ERROR);