Searched refs:GIF_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/giflib/ |
D | dgif_lib.c | 151 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 …]
|
D | gifalloc.c | 265 return (GIF_ERROR); in AddExtensionBlock() 272 return (GIF_ERROR); in AddExtensionBlock()
|
D | gif_lib.h | 25 #define GIF_ERROR 0 macro
|
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 183 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { 189 if (DGifGetImageDesc(gif) == GIF_ERROR) { 298 if (DGifGetLine(gif, row, innerWidth) == GIF_ERROR) { 308 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 320 &extData) == GIF_ERROR) { 322 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) { 331 &extData[1]) == GIF_ERROR) { 337 &extData[1]) == GIF_ERROR) { 341 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {
|
/external/skia/legacy/src/images/ |
D | SkImageDecoder_libgif.cpp | 172 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()
|