Lines Matching refs:npoints
549 in_uint8(s, os->npoints);
558 os->x, os->y, os->opcode, os->fillmode, os->fgcolour, os->npoints, os->datasize));
573 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT));
574 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT));
580 data = ((os->npoints - 1) / 4) + 1;
581 for (next = 1; (next <= os->npoints) && (next < 256) && (data < os->datasize); next++)
595 if (next - 1 == os->npoints)
596 ui_polygon(os->opcode - 1, os->fillmode, points, os->npoints + 1, NULL, 0,
634 in_uint8(s, os->npoints);
644 os->npoints, os->datasize));
661 points = (RD_POINT *) xmalloc((os->npoints + 1) * sizeof(RD_POINT));
662 memset(points, 0, (os->npoints + 1) * sizeof(RD_POINT));
668 data = ((os->npoints - 1) / 4) + 1;
669 for (next = 1; (next <= os->npoints) && (next < 256) && (data < os->datasize); next++)
683 if (next - 1 == os->npoints)
684 ui_polygon(os->opcode - 1, os->fillmode, points, os->npoints + 1,