Searched refs:colornames (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xcolor.c | 11 static const char *colornames[PETSC_DRAW_BASIC_COLORS] = {"white", "black", "red", "gree… variable 52 XAllocNamedColor(display, gColormap, colornames[i], &colordef, &ecolordef); in PetscDrawSetUpColormap_Shared() 107 XParseColor(display, gColormap, colornames[i], &colordef); in PetscDrawSetUpColormap_Private()
|