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()
430 return GIF_OK; in EGifPutImageDesc()
531 return GIF_OK; in EGifPutComment()
555 return GIF_OK; in EGifPutExtensionLeader()
579 return GIF_OK; in EGifPutExtensionBlock()
601 return GIF_OK; in EGifPutExtensionTrailer()
637 return GIF_OK; in EGifPutExtension()
675 return GIF_OK; in EGifGCBToSavedExtension()
687 return (GIF_OK); in EGifGCBToSavedExtension()
746 return GIF_OK; in EGifPutCodeNext()
[all …]
Ddgif_lib.c284 return GIF_OK; in DGifGetScreenDesc()
323 return GIF_OK; in DGifGetRecordType()
425 return GIF_OK; in DGifGetImageDesc()
451 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) { in DGifGetLine()
463 return GIF_OK; in DGifGetLine()
488 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) { in DGifGetPixel()
500 return GIF_OK; in DGifGetPixel()
559 return GIF_OK; in DGifGetExtensionNext()
582 return GIF_OK; in DGifExtensionToGCB()
662 return GIF_OK; in DGifCloseFile()
[all …]
Dquantize.c128 GIF_OK) { in GifQuantizeBuffer()
187 return GIF_OK; in GifQuantizeBuffer()
221 return GIF_OK; in SubdivColorMap()
295 return GIF_OK; in SubdivColorMap()
Dgif_lib.h19 #define GIF_OK 1 macro
Dgifalloc.c247 return (GIF_OK); in GifAddExtensionBlock()
/external/skia/src/images/
DSkMovie_gif.cpp55 if (DGifSlurp(fGIF) != GIF_OK) in SkGIFMovie()