Home
last modified time | relevance | path

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

/dports/math/ggobi/ggobi-2.1.11/src/
H A Dcolor.c250 gg->vcirc_freeze_color.red = (guint16) 0; in special_colors_init()
251 gg->vcirc_freeze_color.green = (guint16) 64435; in special_colors_init()
252 gg->vcirc_freeze_color.blue = (guint16) 0; in special_colors_init()
253 if (!gdk_colormap_alloc_color (cmap, &gg->vcirc_freeze_color, writeable, in special_colors_init()
H A Dggobi.h204 GdkColor vcirc_freeze_color, vcirc_manip_color; /* for variable circles */ member
H A Dvarcircles.c288 gdk_cairo_set_source_color (c, &gg->vcirc_freeze_color); in da_freeze_expose_cb()
295 gdk_gc_set_foreground (gc, &gg->vcirc_freeze_color); in da_freeze_expose_cb()