Lines Matching defs:width
503 * sRGB makes the width of all AA lines look the same.
517 fb.width = hud->fb_width;
1086 unsigned * const width, unsigned * const height,
1111 *width = tmp > 80 ? tmp : 80; /* 80 is chosen arbitrarily */
1188 unsigned width = 251, height = 100;
1221 name = read_pane_settings(name_a, &x, &y, &width, &height, &ceiling,
1225 * Keep track of overall column width to avoid pane overlapping in case
1229 column_width = width > column_width ? width : column_width;
1232 pane = hud_pane_create(hud, x, y, x + width, y + height, y_simple,
1477 /* Starting a new column; reset column width. */
1487 width = 251;
1543 puts(" 'w[value]' sets width of the graph pixels.");