Home | History | Annotate | Download | only in input

Lines Matching refs:PointerCoords

303         const PointerCoords* pointerCoords) {
346 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
668 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
669 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
777 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
778 const PointerCoords& currentCoords = current->getPointerById(id);
781 const PointerCoords& otherCoords = other->getPointerById(id);
917 PointerCoords pointerCoords[pointerCount];
920 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
940 pointerCoords);
945 PointerCoords pointerCoords[pointerCount];
947 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
951 event->addSample(msg->body.motion.eventTime, pointerCoords);