Lines Matching refs:nEvents
2450 unsigned long nEvents;
2471 nEvents = 0;
2491 coords[nEvents].time = coords[i].time;
2492 coords[nEvents].x = coords[i].x - pWin->drawable.x;
2493 coords[nEvents].y = coords[i].y - pWin->drawable.y;
2494 nEvents++;
2497 rep.length = nEvents * bytes_to_int32(sizeof(xTimecoord));
2498 rep.nEvents = nEvents;
2500 if (nEvents) {
2502 WriteSwappedDataToClient(client, nEvents * sizeof(xTimecoord),