Searched refs:valuedata (Results 1 - 4 of 4) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripCharP.h58 double valuedata[2048];/* record of data points */ member in struct:__anon322
H A DXaw3_1StripChart.c262 w->strip_chart.valuedata[w->strip_chart.interval] = value;
337 int height = (int) (w->strip_chart.valuedata[i] *
379 bcopy((char *)(w->strip_chart.valuedata + next - j),
380 (char *)(w->strip_chart.valuedata), j * sizeof(double));
391 if (w->strip_chart.valuedata[i] > w->strip_chart.max_value)
392 w->strip_chart.max_value = w->strip_chart.valuedata[i];
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripCharP.h81 double valuedata[2048];/* record of data points */ member in struct:__anon390
H A DStripChart.c276 w->strip_chart.valuedata[w->strip_chart.interval] = value;
352 (int)(w->core.height * w->strip_chart.valuedata[i]) /
395 (void) memmove((char *)(w->strip_chart.valuedata),
396 (char *)(w->strip_chart.valuedata + next - j),
408 if (w->strip_chart.valuedata[i] > w->strip_chart.max_value)
409 w->strip_chart.max_value = w->strip_chart.valuedata[i];

Completed in 13 milliseconds