Searched refs:height (Results 1 - 4 of 4) sorted by relevance
/systemd/src/udev/ |
H A D | udev-builtin-input_id.c | 53 char width[DECIMAL_STR_MAX(int)], height[DECIMAL_STR_MAX(int)]; local 69 xsprintf(height, "%d", abs_size_mm(&yabsinfo)); 72 udev_builtin_add_property(dev, test, "ID_INPUT_HEIGHT_MM", height);
|
/systemd/src/vconsole/ |
H A D | vconsole-setup.c | 228 cfo.height = vcs.v_active-1; /* tty1 == index 0 */
|
/systemd/src/bootchart/ |
H A D | svg.c | 90 /* height is variable based on pss, psize, ksize */ 100 fprintf(of, "<svg width=\"%.0fpx\" height=\"%.0fpx\" version=\"1.1\" ", w, h); 223 static void svg_graph_box(FILE *of, struct list_sample_data *head, int height, double graph_start) { argument 237 fprintf(of, "<rect class=\"box\" x=\"%.03f\" y=\"0\" width=\"%.03f\" height=\"%.03f\" />\n", 240 ps_to_graph(height)); 249 ps_to_graph(height)); 254 ps_to_graph(height)); 259 ps_to_graph(height)); 356 fprintf(of, " <rect class=\"clrw\" style=\"fill: %s\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n", 381 fprintf(of, " <rect class=\"clrw\" style=\"fill: %s\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height [all...] |
/systemd/src/analyze/ |
H A D | analyze.c | 53 svg(" <rect class=\"%s\" x=\"%.03f\" y=\"%.03f\" width=\"%.03f\" height=\"%.03f\" />\n", \ 522 static void svg_graph_box(double height, double begin, double end) { argument 526 svg("<rect class=\"box\" x=\"0\" y=\"0\" width=\"%.03f\" height=\"%.03f\" />\n", 527 SCALE_X * (end - begin), SCALE_Y * height); 534 SCALE_X * i, SCALE_X * i, SCALE_Y * height, SCALE_X * i, -5.0, 0.000001 * i); 538 SCALE_X * i, SCALE_X * i, SCALE_Y * height, SCALE_X * i, -5.0, 0.000001 * i); 541 SCALE_X * i, SCALE_X * i, SCALE_Y * height); 621 svg("<svg width=\"%.0fpx\" height=\"%.0fpx\" version=\"1.1\" " 660 svg("<rect class=\"background\" width=\"100%%\" height=\"100%%\" />\n");
|
Completed in 18 milliseconds