Lines Matching refs:svg
14 #define svg(...) printf(__VA_ARGS__) macro
17 svg(" <rect class=\"%s\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n", \
24 …svg(" <text class=\"%s\" x=\"%.03f\" y=\"%.03f\">", (b) ? "left" : "right", SCALE_X * (x) + (b ? …
25 svg(format, ## __VA_ARGS__); \
26 svg("</text>\n"); \
128 svg("<rect class=\"box\" x=\"0\" y=\"0\" width=\"%.03f\" height=\"%.03f\" />\n", in svg_graph_box()
135 … svg(" <line class=\"sec5\" x1=\"%.03f\" y1=\"0\" x2=\"%.03f\" y2=\"%.03f\" />\n" in svg_graph_box()
144 … svg(" <line class=\"sec1\" x1=\"%.03f\" y1=\"0\" x2=\"%.03f\" y2=\"%.03f\" />\n" in svg_graph_box()
153 … svg(" <line class=\"sec01\" x1=\"%.03f\" y1=\"0\" x2=\"%.03f\" y2=\"%.03f\" />\n", in svg_graph_box()
261 svg("<?xml version=\"1.0\" standalone=\"no\"?>\n" in verb_plot()
265 svg("<svg width=\"%.0fpx\" height=\"%.0fpx\" version=\"1.1\" " in verb_plot()
271 svg("<!-- This file is a systemd-analyze SVG file. It is best rendered in a -->\n" in verb_plot()
279 svg("<defs>\n <style type=\"text/css\">\n <![CDATA[\n" in verb_plot()
304 svg("<rect class=\"background\" width=\"100%%\" height=\"100%%\" />\n"); in verb_plot()
305 svg("<text x=\"20\" y=\"50\">%s</text>", pretty_times); in verb_plot()
307 svg("<text x=\"20\" y=\"30\">%s %s (%s %s %s) %s %s</text>", in verb_plot()
316 svg("<g transform=\"translate(%.3f,100)\">\n", 20.0 + (SCALE_X * boot->firmware_time)); in verb_plot()
364 svg("</g>\n"); in verb_plot()
367 svg("<g transform=\"translate(20,100)\">\n"); in verb_plot()
390 svg("</g>\n\n"); in verb_plot()
392 svg("</svg>\n"); in verb_plot()