Home
last modified time | relevance | path

Searched refs:GIF_OK (Results 1 – 6 of 6) sorted by relevance

/external/giflib/
Degif_lib.c346 return GIF_OK; in EGifPutScreenDesc()
434 return GIF_OK; in EGifPutImageDesc()
535 return GIF_OK; in EGifPutComment()
559 return GIF_OK; in EGifPutExtensionLeader()
583 return GIF_OK; in EGifPutExtensionBlock()
605 return GIF_OK; in EGifPutExtensionTrailer()
641 return GIF_OK; in EGifPutExtension()
679 return GIF_OK; in EGifGCBToSavedExtension()
691 return (GIF_OK); in EGifGCBToSavedExtension()
750 return GIF_OK; in EGifPutCodeNext()
[all …]
Ddgif_lib.c288 return GIF_OK; in DGifGetScreenDesc()
328 return GIF_OK; in DGifGetRecordType()
457 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine()
469 return GIF_OK; in DGifGetLine()
494 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) { in DGifGetPixel()
506 return GIF_OK; in DGifGetPixel()
566 return GIF_OK; in DGifGetExtensionNext()
589 return GIF_OK; in DGifExtensionToGCB()
669 return GIF_OK; in DGifCloseFile()
687 return GIF_OK; in DGifGetWord()
[all …]
Dquantize.c128 GIF_OK) { in GifQuantizeBuffer()
187 return GIF_OK; in GifQuantizeBuffer()
221 return GIF_OK; in SubdivColorMap()
306 return GIF_OK; in SubdivColorMap()
Dgif_lib.h19 #define GIF_OK 1 macro
Dgifalloc.c258 return (GIF_OK); in GifAddExtensionBlock()
/external/skia/src/images/
DSkMovie_gif.cpp56 if (DGifSlurp(fGIF) != GIF_OK) in SkGIFMovie()