Home
last modified time | relevance | path

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

/external/fio/
Dgfio.h175 extern const char *gfio_graph_font;
Dgfio.c45 const char *gfio_graph_font = GRAPH_DEFAULT_FONT; variable
83 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_iops_graph()
102 g = graph_new(DRAWING_AREA_XDIM / 2.0, DRAWING_AREA_YDIM, gfio_graph_font); in setup_bandwidth_graph()
1090 graph_set_font(g->iops_graph, gfio_graph_font); in __update_graph_settings()
1092 graph_set_font(g->bandwidth_graph, gfio_graph_font); in __update_graph_settings()
1146 font = gtk_font_button_new_with_font(gfio_graph_font); in preferences()
1206 gfio_graph_font = strdup(gtk_font_button_get_font_name(GTK_FONT_BUTTON(font))); in preferences()
Dgclient.c883 g = graph_new(xdim, ydim, gfio_graph_font); in setup_lat_bucket_graph()
1075 g = graph_new(xdim, ydim, gfio_graph_font); in setup_clat_graph()