Home
last modified time | relevance | path

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

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-axis-color-map.c195 struct _color_stop { struct
228 struct _color_stop* stop = g_new (struct _color_stop, 1); in color_stop_start()
289 color_stops_cmp (struct _color_stop *first, struct _color_stop *second) in color_stops_cmp()
336 if (((struct _color_stop *) ptr->data)->bin != 0) { in color_map_loaded()
348 cur_bin = state->map->limits[n] = ((struct _color_stop *) ptr->data)->bin; in color_map_loaded()
349 state->map->colors[n++] = ((struct _color_stop *) ptr->data)->color; in color_map_loaded()
351 while (ptr && ((struct _color_stop *) ptr->data)->bin == cur_bin); in color_map_loaded()