Searched refs:GIF_ERROR (Results 1 – 5 of 5) sorted by relevance
/external/giflib/ |
D | dgif_lib.c | 137 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpenFileHandle() 210 if (DGifGetScreenDesc(GifFile) == GIF_ERROR) { in DGifOpen() 239 return GIF_ERROR; in DGifGetScreenDesc() 243 if (DGifGetWord(GifFile, &GifFile->SWidth) == GIF_ERROR || in DGifGetScreenDesc() 244 DGifGetWord(GifFile, &GifFile->SHeight) == GIF_ERROR) in DGifGetScreenDesc() 245 return GIF_ERROR; in DGifGetScreenDesc() 251 return GIF_ERROR; in DGifGetScreenDesc() 264 return GIF_ERROR; in DGifGetScreenDesc() 274 return GIF_ERROR; in DGifGetScreenDesc() 299 return GIF_ERROR; in DGifGetRecordType() [all …]
|
D | gifalloc.c | 233 return (GIF_ERROR); in GifAddExtensionBlock() 241 return (GIF_ERROR); in GifAddExtensionBlock()
|
D | gif_lib.h | 18 #define GIF_ERROR 0 macro
|
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) { in skip_src_rows() 215 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { 221 if (DGifGetImageDesc(gif) == GIF_ERROR) { 377 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 394 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 419 &extData) == GIF_ERROR) { 421 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) { 430 &extData[1]) == GIF_ERROR) { 436 &extData[1]) == GIF_ERROR) { 440 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {
|
/external/chromium_org/third_party/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 181 if (DGifGetLine(gif, dst, width) == GIF_ERROR) { in skip_src_rows() 215 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) { 221 if (DGifGetImageDesc(gif) == GIF_ERROR) { 377 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 394 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 419 &extData) == GIF_ERROR) { 421 if (DGifGetExtension(gif, &extFunction, &extData) == GIF_ERROR) { 430 &extData[1]) == GIF_ERROR) { 436 &extData[1]) == GIF_ERROR) { 440 if (DGifGetExtensionNext(gif, &extData) == GIF_ERROR) {
|