HomeSort by: relevance | last modified time | path
    Searched refs:npoints (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/
DrLines.c 38 int npoints,
49 SetReqLen(req, npoints, 65535 - req->length);
51 length = npoints << 2; /* watch out for macros... */
  /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
sampledLine.cc 73 npoints = n_points;
85 npoints = n_points;
88 for(i=0; i<npoints; i++) {
97 npoints = 2;
110 npoints = 0;
118 npoints = n_points;
132 printf("npoints=%i\n", npoints);
134 for(i=0; i<npoints; i++){
145 nu = 1+(Int) (fabs((points[npoints-1][0] - points[0][0])) * u_reso)
    [all...]
sampledLine.h 39 Int npoints; member in class:sampledLine
56 Int get_npoints() {return npoints;}
directedLine.cc 766 Int npoints=0; local
767 npoints = root->get_npoints()-1;
769 npoints += temp->get_npoints()-1;
770 fprintf(fp, "%i\n", npoints/*root->numEdges()*/);
  /xsrc/external/mit/libXrender/dist/src/
Poly.c 243 int npoints,
252 edges = Xmalloc (((size_t) npoints * sizeof (Edge)) +
253 ((size_t) (npoints * npoints) * sizeof (XTrapezoid)));
256 traps = (XTrapezoid *) (edges + npoints);
258 for (i = 0; i <= npoints; i++)
262 if (i == npoints)
308 if ( XRenderComputeTrapezoids (edges, nedges, winding, traps, &ntraps, npoints * npoints )) {
  /xsrc/external/mit/xorg-server/dist/render/
mipict.c 505 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points)
510 ntri = npoints - 2;
515 for (tri = tris; npoints >= 3; npoints--, points++, tri++) {
529 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points)
535 ntri = npoints - 2;
541 for (tri = tris; npoints >= 3; npoints--, points++, tri++) {
picture.c 1604 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points)
1608 if (npoints < 3)
1613 (*ps->TriStrip) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points);
1621 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points)
1625 if (npoints < 3)
1630 (*ps->TriFan) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points);
picturestr.h 502 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points);
509 INT16 xSrc, INT16 ySrc, int npoints, xPointFixed * points);
render.c 794 int rc, npoints; local
819 npoints = ((client->req_len << 2) - sizeof(xRenderTriStripReq));
820 if (npoints & 4)
822 npoints >>= 3;
823 if (npoints >= 3)
826 npoints, (xPointFixed *) &stuff[1]);
833 int rc, npoints; local
858 npoints = ((client->req_len << 2) - sizeof(xRenderTriStripReq));
859 if (npoints & 4)
861 npoints >>= 3
    [all...]
  /xsrc/external/mit/xclock/dist/
ClockP.h 76 int npoints; member in struct:__anon37
Clock.c 630 shape.npoints = count;
1224 for (int i = 0; i < sh->npoints; i++) {
1285 XPointDouble shr_points[shr.npoints];
1289 for (int i = 0; i < sh->npoints; i++) {
1297 int ntris = shr.npoints / 3;
2242 if (old->npoints != new->npoints)
2244 for (int i = 0; i < old->npoints; i++) {
  /xsrc/external/mit/xorg-server.old/dist/render/
picturestr.h 606 int npoints,
616 int npoints,
render.c 832 int rc, npoints; local
858 npoints = ((client->req_len << 2) - sizeof (xRenderTriStripReq));
859 if (npoints & 4)
861 npoints >>= 3;
862 if (npoints >= 3)
865 npoints, (xPointFixed *) &stuff[1]);
872 int rc, npoints; local
898 npoints = ((client->req_len << 2) - sizeof (xRenderTriStripReq));
899 if (npoints & 4)
901 npoints >>= 3
    [all...]
picture.c 1773 int npoints,
1780 (*ps->TriStrip) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points);
1790 int npoints,
1797 (*ps->TriFan) (op, pSrc, pDst, maskFormat, xSrc, ySrc, npoints, points);
  /xsrc/external/mit/libXrender/dist/include/X11/extensions/
Xrender.h 925 * @param[in] npoints `points` array size.
931 _Xconst XPointDouble *fpoints, int npoints,
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna.h 1169 int npoints, xPointFixed *points);
1176 int npoints, xPointFixed *points);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna.h 1061 int npoints, xPointFixed *points);
1068 int npoints, xPointFixed *points);
  /xsrc/external/mit/xterm/dist/
fontutils.c 4273 int npoints = 5, n; local
4290 for (n = 0; n < npoints; ++n) {
4299 points, npoints,
  /xsrc/external/mit/xrandr/dist/
xrandr.c 509 path_bounds (XTransform *transform, point_t *points, int npoints, box_t *box)
511 for (int i = 0; i < npoints; i++) {

Completed in 39 milliseconds