Searched defs:xdim (Results 1 - 2 of 2) sorted by relevance
/external/fio/ |
H A D | gclient.c | 904 double xdim, double ydim) 909 g = graph_new(xdim, ydim, gfio_graph_font); 1096 double xdim, double ydim) 1101 g = graph_new(xdim, ydim, gfio_graph_font); 901 setup_lat_bucket_graph(const char *title, double *lat, const char **labels, unsigned int len, double xdim, double ydim) argument 1093 setup_clat_graph(char *title, unsigned int *ovals, fio_fp64_t *plist, unsigned int len, double xdim, double ydim) argument
|
H A D | graph.c | 81 unsigned int xdim, ydim; member in struct:graph 105 void graph_set_size(struct graph *g, unsigned int xdim, unsigned int ydim) argument 107 g->xdim = xdim; 117 struct graph *graph_new(unsigned int xdim, unsigned int ydim, const char *font) argument 123 graph_set_size(g, xdim, ydim); 278 *x1 = 0.10 * g->xdim; 279 *x2 = 0.95 * g->xdim; 307 draw_centered_text(cr, g->font, g->xdim / 2, g->ydim / 20, 20.0, g->title); 308 draw_centered_text(cr, g->font, g->xdim / [all...] |
Completed in 87 milliseconds