Searched refs:gColormap (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xcolor.c | 33 static Colormap gColormap = 0; variable 47 if (colormap) gColormap = colormap; in PetscDrawSetUpColormap_Shared() 48 else gColormap = DefaultColormap(display, screen); in PetscDrawSetUpColormap_Shared() 52 XAllocNamedColor(display, gColormap, colornames[i], &colordef, &ecolordef); in PetscDrawSetUpColormap_Shared() 68 if (!fast) XAllocColor(display, gColormap, &colordef); in PetscDrawSetUpColormap_Shared() 98 if (colormap) gColormap = colormap; in PetscDrawSetUpColormap_Private() 99 else gColormap = XCreateColormap(display, RootWindow(display, screen), visual, AllocAll); in PetscDrawSetUpColormap_Private() 107 XParseColor(display, gColormap, colornames[i], &colordef); in PetscDrawSetUpColormap_Private() 119 XStoreColor(display, gColormap, &colordef); in PetscDrawSetUpColormap_Private() 147 XStoreColor(display, gColormap, &colordef); in PetscDrawSetUpColormap_Private() [all …]
|