Home | History | Annotate | Download | only in render

Lines Matching refs:npoints

832     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]);
872 int rc, npoints;
898 npoints = ((client->req_len << 2) - sizeof (xRenderTriStripReq));
899 if (npoints & 4)
901 npoints >>= 3;
902 if (npoints >= 3)
905 npoints, (xPointFixed *) &stuff[1]);