Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/utils/
H A Dimage.c129 #define EGifCloseFile(f, err) EGifCloseFile(f) macro
163 PetscCallGIF("Closing", EGifCloseFile(GifFile, NULL)); in PetscDrawImageSaveGIF()
214 if (EGifCloseFile(GifMovie, NULL) != GIF_OK) SETERRGIF("Closing output", movie); in PetscDrawMovieSaveGIF()