Home | History | Annotate | Download | only in input

Lines Matching refs:PointerCoords

303         const PointerCoords* pointerCoords) {
347 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
673 PointerCoords& msgCoords = msg.body.motion.pointers[i].coords;
674 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
792 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
793 const PointerCoords& currentCoords = current->getPointerById(id);
796 const PointerCoords& otherCoords = other->getPointerById(id);
931 PointerCoords pointerCoords[pointerCount];
934 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
954 pointerCoords);
959 PointerCoords pointerCoords[pointerCount];
961 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
965 event->addSample(msg->body.motion.eventTime, pointerCoords);