Searched refs:ntraps (Results 1 – 2 of 2) sorted by relevance
716 int rc, ntraps; in ProcRenderTrapezoids() local741 ntraps = (client->req_len << 2) - sizeof(xRenderTrapezoidsReq); in ProcRenderTrapezoids()742 if (ntraps % sizeof(xTrapezoid)) in ProcRenderTrapezoids()744 ntraps /= sizeof(xTrapezoid); in ProcRenderTrapezoids()745 if (ntraps) in ProcRenderTrapezoids()748 ntraps, (xTrapezoid *) &stuff[1]); in ProcRenderTrapezoids()1820 int ntraps; in ProcRenderAddTraps() local1829 ntraps = (client->req_len << 2) - sizeof(xRenderAddTrapsReq); in ProcRenderAddTraps()1830 if (ntraps % sizeof(xTrap)) in ProcRenderAddTraps()1832 ntraps /= sizeof(xTrap); in ProcRenderAddTraps()[all …]
520 INT16 xOff, INT16 yOff, int ntraps, xTrap * traps);