Home
last modified time | relevance | path

Searched refs:SCALE_Y (Results 1 – 1 of 1) sorted by relevance

/systemd-251/src/analyze/
Danalyze-plot.c12 #define SCALE_Y (20.0) macro
19 SCALE_X * (x1), SCALE_Y * (y), \
20 SCALE_X * ((x2) - (x1)), SCALE_Y - 1.0)
24 …" y=\"%.03f\">", (b) ? "left" : "right", SCALE_X * (x) + (b ? 5.0 : -5.0), SCALE_Y * (y) + 14.0); \
130 SCALE_Y * height); in svg_graph_box()
139 SCALE_Y * height, in svg_graph_box()
148 SCALE_Y * height, in svg_graph_box()
156 SCALE_Y * height); in svg_graph_box()
267 80.0 + width, 150.0 + (m * SCALE_Y) + in verb_plot()
268 5 * SCALE_Y /* legend */); in verb_plot()