Lines Matching refs:gfio_graph_font
45 const char *gfio_graph_font = GRAPH_DEFAULT_FONT;
83 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font);
102 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font);
1088 graph_set_font(g->iops_graph, gfio_graph_font);
1090 graph_set_font(g->bandwidth_graph, gfio_graph_font);
1144 font = gtk_font_button_new_with_font(gfio_graph_font);
1204 gfio_graph_font = strdup(gtk_font_button_get_font_name(GTK_FONT_BUTTON(font)));