Searched refs:graph_set_size (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | graph.h | 13 void graph_set_size(struct graph *g, unsigned int xdim, unsigned int ydim);
|
D | graph.c | 105 void graph_set_size(struct graph *g, unsigned int xdim, unsigned int ydim) in graph_set_size() function 123 graph_set_size(g, xdim, ydim); in graph_new()
|
D | gclient.c | 950 graph_set_size(g, width, height); 951 graph_set_size(g, width, height);
|
D | gfio.c | 327 graph_set_size(g->iops_graph, width / 2.0, height); in on_config_drawing_area() 329 graph_set_size(g->bandwidth_graph, width / 2.0, height); in on_config_drawing_area()
|