Lines Matching defs:origPts
1375 xPoint *origPts;
1398 origPts = xallocarray(npoint, sizeof(xPoint));
1399 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint));
1403 memcpy(&stuff[1], origPts, npoint * sizeof(xPoint));
1428 free(origPts);
1440 xPoint *origPts;
1463 origPts = xallocarray(npoint, sizeof(xPoint));
1464 memcpy((char *) origPts, (char *) &stuff[1], npoint * sizeof(xPoint));
1468 memcpy(&stuff[1], origPts, npoint * sizeof(xPoint));
1493 free(origPts);