Lines Matching defs:count
99 tablet->history.count = 0;
111 tablet->history.count = min(tablet->history.count + 1,
114 if (tablet->history.count < tablet_history_size(tablet))
128 assert(index < tablet->history.count);
683 size_t count = tablet_history_size(tablet);
686 for (i = 0; i < count; i++) {
696 axes->point.x = smooth.point.x/count;
697 axes->point.y = smooth.point.y/count;
699 axes->tilt.x = smooth.tilt.x/count;
700 axes->tilt.y = smooth.tilt.y/count;