Searched defs:points (Results 1 - 5 of 5) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1StripCharP.h55 XPoint * points ; /* Poly point for repairing graph lines. */ member in struct:__anon322
58 double valuedata[2048];/* record of data points */
H A DXaw3_1StripChart.c189 w->strip_chart.points = NULL;
274 if (w->strip_chart.points != NULL) {
275 w->strip_chart.points[0].x = w->strip_chart.interval;
277 w->strip_chart.points, w->strip_chart.scale - 1,
287 * Next represents the number of valid points in data. Returns the (possibly)
468 XPoint * points; local
473 XtFree ((char *) w->strip_chart.points);
474 w->strip_chart.points = NULL;
480 points = (XPoint *) XtRealloc( (XtPointer) w->strip_chart.points, siz
[all...]
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DStripCharP.h79 XPoint * points ; /* Poly point for repairing graph lines. */ member in struct:__anon390
81 double valuedata[2048];/* record of data points */
H A DStripChart.c202 w->strip_chart.points = NULL;
213 if (w->strip_chart.points)
214 XtFree((char *) w->strip_chart.points);
288 if (w->strip_chart.points != NULL) {
289 w->strip_chart.points[0].x = w->strip_chart.interval;
291 w->strip_chart.points, w->strip_chart.scale - 1,
301 * Next represents the number of valid points in data. Returns the (possibly)
494 XPoint * points; local
499 XtFree ((char *) w->strip_chart.points);
500 w->strip_chart.points
[all...]
/solaris-x11-s11/open-src/lib/libXext/sun-src/src/
H A DAllPlanes.c121 XPoint *points,
149 pt.x = xoff + points->x;
150 pt.y = yoff + points->y;
153 Data16(dpy, (short *) (points + 1), nbytes - 4);
156 Data16(dpy, (short *) points, nbytes);
160 XPoint *pptr = points;
161 points += n;
162 while (pptr != points) {
168 points += n;
179 XPoint *points,
118 XAllPlanesDrawPoints( Display *dpy, Drawable d, XPoint *points, int n_points, int mode) argument
176 XAllPlanesDrawLines( Display *dpy, Drawable d, XPoint *points, int npoints, int mode) argument
[all...]

Completed in 776 milliseconds