Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/utils/
H A Dimage.c145 #define PetscCallGIF(msg, ...) \ in PetscDrawImageSaveGIF() macro
160PetscCallGIF("Writing screen descriptor", EGifPutScreenDesc(GifFile, Width, Height, ColorRes, 0, G… in PetscDrawImageSaveGIF()
161 PetscCallGIF("Writing image descriptor", EGifPutImageDesc(GifFile, 0, 0, Width, Height, 0, NULL)); in PetscDrawImageSaveGIF()
162 …for (Row = 0; Row < Height; Row++) PetscCallGIF("Writing image pixels", EGifPutLine(GifFile, (GifP… in PetscDrawImageSaveGIF()
163 PetscCallGIF("Closing", EGifCloseFile(GifFile, NULL)); in PetscDrawImageSaveGIF()