Searched refs:GIF_OK (Results 1 – 5 of 5) sorted by relevance
284 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 …]
19 #define GIF_OK 1 macro
247 return (GIF_OK); in GifAddExtensionBlock()
51 if (DGifSlurp(fGIF) != GIF_OK) in SkGIFMovie()