Lines Matching refs:max_value
188 w->strip_chart.max_value = 0.0;
250 * Keep w->strip_chart.max_value up to date, and if this data
254 if (value > w->strip_chart.max_value) {
255 w->strip_chart.max_value = value;
256 if (w->strip_chart.max_value > w->strip_chart.scale) {
292 * changed, then w->strip_chart.max_value is updated to reflect the
308 if (w->strip_chart.interval != 0 || scale <= (int)w->strip_chart.max_value)
309 scale = ((int) (w->strip_chart.max_value)) + 1;
385 * w->strip_chart.max_value.
388 old_max = w->strip_chart.max_value;
389 w->strip_chart.max_value = 0.0;
391 if (w->strip_chart.valuedata[i] > w->strip_chart.max_value)
392 w->strip_chart.max_value = w->strip_chart.valuedata[i];
397 if ( ((int) old_max) != ( (int) w->strip_chart.max_value) ) {
440 if ( w->strip_chart.min_scale > (int) ((w->strip_chart.max_value) + 1) )