Home
last modified time | relevance | path

Searched refs:GIF_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/giflib/
Ddgif_lib.c151 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpenFileHandle()
217 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpen()
242 return GIF_ERROR; in DGifGetScreenDesc()
246 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc()
247 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc()
248 return GIF_ERROR; in DGifGetScreenDesc()
252 return GIF_ERROR; in DGifGetScreenDesc()
262 return GIF_ERROR; in DGifGetScreenDesc()
271 return GIF_ERROR; in DGifGetScreenDesc()
297 return GIF_ERROR; in DGifGetRecordType()
[all …]
Dgifalloc.c265 return (GIF_ERROR); in AddExtensionBlock()
272 return (GIF_ERROR); in AddExtensionBlock()
Dgif_lib.h25 #define GIF_ERROR 0 macro
/external/skia/src/images/
DSkImageDecoder_libgif.cpp172 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { in onDecode()
178 if (DGifGetImageDesc(gif) == GIF_ERROR) { in onDecode()
287 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) { in onDecode()
297 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { in onDecode()
308 &extData) == GIF_ERROR) { in onDecode()
315 &extData[1]) == GIF_ERROR) { in onDecode()
318 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) { in onDecode()