Home
last modified time | relevance | path

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

/external/giflib/
Ddgif_lib.c137 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 …]
Dgifalloc.c233 return (GIF_ERROR); in GifAddExtensionBlock()
241 return (GIF_ERROR); in GifAddExtensionBlock()
Dgif_lib.h18 #define GIF_ERROR 0 macro
/external/skia/src/images/
DSkImageDecoder_libgif.cpp181 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/
DSkImageDecoder_libgif.cpp181 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) {