Home | History | Annotate | Download | only in input

Lines Matching defs:pointerCoords

297         const PointerCoords* pointerCoords) {
339 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
660 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
661 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
764 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
765 const PointerCoords& currentCoords = current->getPointerById(id);
768 const PointerCoords& otherCoords = other->getPointerById(id);
899 PointerCoords pointerCoords[pointerCount];
902 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
921 pointerCoords);
926 PointerCoords pointerCoords[pointerCount];
928 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
932 event->addSample(msg->body.motion.eventTime, pointerCoords);