Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddsave.c186 if (!draw->ops->save && !draw->ops->getimage) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawSave()
225 PetscUseTypeMethod(draw, getimage, palette, &w, &h, &pixels); in PetscDrawSave()
261 if (!draw->ops->save && !draw->ops->getimage) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawSaveMovie()
H A Ddraw.c249 if (!draw->ops->save && !draw->ops->getimage) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawDestroy_Private()
/petsc/include/petsc/private/
H A Ddrawimpl.h43 …PetscErrorCode (*getimage)(PetscDraw, unsigned char[][3], unsigned int *, unsigned int *, unsigned… member