Searched refs:height (Results 1 – 13 of 13) sorted by relevance
/systemd-251/src/shared/ |
D | ptyfwd.c | 644 int pty_forward_set_width_height(PTYForward *f, unsigned width, unsigned height) { in pty_forward_set_width_height() argument 649 if (width == UINT_MAX && height == UINT_MAX) in pty_forward_set_width_height() 656 if (height != UINT_MAX && in pty_forward_set_width_height() 657 (height == 0 || height > USHRT_MAX)) in pty_forward_set_width_height() 660 if (width == UINT_MAX || height == UINT_MAX) { in pty_forward_set_width_height() 666 if (height != UINT_MAX) in pty_forward_set_width_height() 667 ws.ws_row = height; in pty_forward_set_width_height() 670 .ws_row = height, in pty_forward_set_width_height()
|
D | ptyfwd.h | 40 int pty_forward_set_width_height(PTYForward *f, unsigned width, unsigned height);
|
D | format-table.c | 1085 void table_set_cell_height_max(Table *t, size_t height) { in table_set_cell_height_max() argument 1087 assert(height >= 1 || height == SIZE_MAX); in table_set_cell_height_max() 1089 t->cell_height_max = height; in table_set_cell_height_max() 1797 size_t max_width = 0, height = 0; in console_width_height() local 1826 height++; in console_width_height() 1833 *ret_height = height; in console_width_height() 1848 size_t width, height; in table_data_requested_width_height() local 1867 r = console_width_height(t, &width, &height); in table_data_requested_width_height() 1880 *ret_height = height; in table_data_requested_width_height()
|
D | format-table.h | 104 void table_set_cell_height_max(Table *t, size_t height);
|
/systemd-251/src/analyze/ |
D | analyze-plot.c | 126 static void svg_graph_box(double height, double begin, double end) { in svg_graph_box() argument 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()
|
/systemd-251/docs/ |
D | favicon.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"> 4 …<rect ry="16.875" rx="16.875" y="2409.281" x="4128.568" height="90" width="90" fill="#201a26" tran…
|
D | style.css | 74 line-height: 1.6; 83 line-height: 1.25; 158 height: auto;
|
/systemd-251/src/vconsole/ |
D | vconsole-setup.c | 213 .width = UINT_MAX, .height = UINT_MAX, in setup_remaining_vcs() 245 if (cfo.width > 32 || cfo.height > 32 || cfo.charcount > 512) in setup_remaining_vcs() 247 cfo.width, cfo.height, cfo.charcount); in setup_remaining_vcs()
|
/systemd-251/src/udev/ |
D | udev-builtin-input_id.c | 49 char width[DECIMAL_STR_MAX(int)], height[DECIMAL_STR_MAX(int)]; in extract_info() local 65 xsprintf(height, "%d", abs_size_mm(&yabsinfo)); in extract_info() 68 udev_builtin_add_property(dev, test, "ID_INPUT_HEIGHT_MM", height); in extract_info()
|
/systemd-251/test/fuzz/fuzz-nspawn-oci/ |
D | crash-db0595479ee2e625fa5419a821009b5eb4d809b7 | 12 "height":6667,
|
/systemd-251/docs/assets/ |
D | systemd-logo.svg | 1 <svg xmlns="http://www.w3.org/2000/svg" width="202" height="26" viewBox="0 0 202 26" id="systemd-lo…
|
/systemd-251/hwdb.d/ |
D | usb.ids | 20347 604d Paella Pulse height analyzer
|
D | 20-usb-vendor-model.hwdb | 60975 ID_MODEL_FROM_DATABASE=Paella Pulse height analyzer
|