Searched refs:graph_set_position (Results 1 – 4 of 4) sorted by relevance
/external/fio/ |
D | graph.h | 15 void graph_set_position(struct graph *g, double xoffset, double yoffset);
|
D | gfio.c | 328 graph_set_position(g->iops_graph, width / 2.0, 0.0); in on_config_drawing_area() 330 graph_set_position(g->bandwidth_graph, 0, 0); in on_config_drawing_area()
|
D | graph.c | 111 void graph_set_position(struct graph *g, double xoffset, double yoffset) in graph_set_position() function
|
D | gclient.c | 952 graph_set_position(g, 0, 0);
|