Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/x/
H A Dxcolor.c61 PetscCall(PetscDrawUtilitySetCmap(NULL, ncolors, R, G, B)); in PetscDrawSetUpColormap_Shared()
128 PetscCall(PetscDrawUtilitySetCmap(NULL, ncolors, R, G, B)); in PetscDrawSetUpColormap_Private()
/petsc/src/sys/classes/draw/utils/
H A Dcmap.c202 PetscErrorCode PetscDrawUtilitySetCmap(const char colormap[], int mapsize, unsigned char R[], unsig… in PetscDrawUtilitySetCmap() function
/petsc/include/
H A Dpetscdraw.h346 PETSC_EXTERN PetscErrorCode PetscDrawUtilitySetCmap(const char[], int, unsigned char[], unsigned ch…
/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.c577 PetscCall(PetscDrawUtilitySetCmap(NULL, ncolors, R, G, B)); in PetscDrawCreate_Image()