Searched defs:gfio_graph_font (Results 1 - 1 of 1) sorted by relevance

/external/fio/
H A 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);
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)));

Completed in 131 milliseconds