Searched refs:getimage (Results 1 – 3 of 3) sorted by relevance
186 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()
249 if (!draw->ops->save && !draw->ops->getimage) PetscFunctionReturn(PETSC_SUCCESS); in PetscDrawDestroy_Private()
43 …PetscErrorCode (*getimage)(PetscDraw, unsigned char[][3], unsigned int *, unsigned int *, unsigned… member