Home | History | Annotate | Download | only in render

Lines Matching refs:npoints

794     int rc, npoints;
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;
858 npoints = ((client->req_len << 2) - sizeof(xRenderTriStripReq));
859 if (npoints & 4)
861 npoints >>= 3;
862 if (npoints >= 3)
865 npoints, (xPointFixed *) &stuff[1]);