HomeSort by relevance Sort by last modified time
    Searched refs:gfio_graph_font (Results 1 - 3 of 3) sorted by null

  /external/fio/
gfio.h 175 extern const char *gfio_graph_font;
gfio.c 45 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);
1090 graph_set_font(g->iops_graph, gfio_graph_font);
1092 graph_set_font(g->bandwidth_graph, gfio_graph_font);
1146 font = gtk_font_button_new_with_font(gfio_graph_font);
1206 gfio_graph_font = strdup(gtk_font_button_get_font_name(GTK_FONT_BUTTON(font)))
    [all...]
gclient.c 883 g = graph_new(xdim, ydim, gfio_graph_font);
1075 g = graph_new(xdim, ydim, gfio_graph_font);
    [all...]

Completed in 60 milliseconds