Searched refs:GIF_OK (Results 1 – 4 of 4) sorted by relevance
281 return GIF_OK; in DGifGetScreenDesc()321 return GIF_OK; in DGifGetRecordType()420 return GIF_OK; in DGifGetImageDesc()452 if (DGifDecompressLine(GifFile, Line, LineLen) == GIF_OK) {462 return GIF_OK;492 if (DGifDecompressLine(GifFile, &Pixel, 1) == GIF_OK) {502 return GIF_OK;563 return GIF_OK;614 return GIF_OK;632 return GIF_OK;[all …]
26 #define GIF_OK 1 macro
279 return (GIF_OK); in AddExtensionBlock()
47 if (DGifSlurp(fGIF) != GIF_OK) in SkGIFMovie()