Lines Matching defs:height
518 fb.height = hud->fb_height;
856 /* Avoid setting it lower than the initial starting height. */
1086 unsigned * const width, unsigned * const height,
1116 * Prevent setting height to less than 50. If the height is set to less,
1122 *height = tmp > 50 ? tmp : 50;
1188 unsigned width = 251, height = 100;
1221 name = read_pane_settings(name_a, &x, &y, &width, &height, &ceiling,
1232 pane = hud_pane_create(hud, x, y, x + width, y + height, y_simple,
1455 y += height + hud->font.glyph_height * (pane->num_graphs + 2);
1457 height = 100;
1470 height = 100;
1544 puts(" 'h[value]' sets height of the graph in pixels.");