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

  /external/fio/
graph.h 11 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font);
12 /* graph_new() Returns a new graph structure of the given dimensions and font */
71 /* free a graph allocated by graph_new() */
gclient.c 883 g = graph_new(xdim, ydim, gfio_graph_font);
1075 g = graph_new(xdim, ydim, gfio_graph_font);
    [all...]
gfio.c 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);
    [all...]
graph.c 117 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font) function

Completed in 79 milliseconds