OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:graph_set_position
(Results
1 - 4
of
4
) sorted by null
/external/fio/
graph.h
15
void
graph_set_position
(struct graph *g, double xoffset, double yoffset);
16
/*
graph_set_position
() sets the x- and y-offset to translate the graph */
gfio.c
328
graph_set_position
(g->iops_graph, width / 2.0, 0.0);
330
graph_set_position
(g->bandwidth_graph, 0, 0);
[
all
...]
graph.c
111
void
graph_set_position
(struct graph *g, double xoffset, double yoffset)
function
gclient.c
952
graph_set_position
(g, 0, 0);
[
all
...]
Completed in 161 milliseconds