Lines Matching refs:graph_label
61 struct graph_label { struct
157 static int count_values(struct graph_label *l) in count_values()
180 static double find_double_values(struct graph_label *l, double_comparator cmp) in find_double_values()
207 struct graph_label *i; in find_double_data()
215 i = flist_entry(entry, struct graph_label, list); in find_double_data()
237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb, in draw_bars()
442 struct graph_label *lb; in bar_graph_draw()
474 lb = flist_entry(entry, struct graph_label, list); in bar_graph_draw()
505 struct graph_label *i; in find_xy_value()
511 i = flist_entry(entry, struct graph_label, list); in find_xy_value()
532 struct graph_label *i; in line_graph_draw()
592 i = flist_entry(lentry, struct graph_label, list); in line_graph_draw()
636 static struct graph_label *graph_find_label(struct graph *bg, in graph_find_label()
640 struct graph_label *i; in graph_find_label()
643 i = flist_entry(entry, struct graph_label, list); in graph_find_label()
654 struct graph_label *i; in graph_add_label()
668 static void __graph_value_drop(struct graph_label *l, struct graph_value *v) in __graph_value_drop()
678 static void graph_value_drop(struct graph_label *l, struct graph_value *v) in graph_value_drop()
710 static void graph_label_add_value(struct graph_label *i, void *value, in graph_label_add_value()
790 struct graph_label *i = label; in graph_add_data()
800 static int graph_nonzero_y(struct graph_label *l) in graph_nonzero_y()
818 struct graph_label *i = label; in graph_add_xy_data()
834 static void graph_free_values(struct graph_label *l) in graph_free_values()
846 struct graph_label *i; in graph_free_labels()
849 i = flist_first_entry(&g->label_list, struct graph_label, list); in graph_free_labels()
859 struct graph_label *i; in graph_clear_values()
862 i = flist_entry(node, struct graph_label, list); in graph_clear_values()
870 struct graph_label *i = label; in graph_set_color()
935 struct graph_label *i; in graph_has_tooltips()
938 i = flist_entry(entry, struct graph_label, list); in graph_has_tooltips()
978 struct graph_label *i; in graph_find_tooltip()
980 i = flist_entry(entry, struct graph_label, list); in graph_find_tooltip()