Home | History | Annotate | Download | only in input

Lines Matching defs:pointerCoords

299         const PointerCoords* pointerCoords) {
342 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
663 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
664 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
767 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
768 const PointerCoords& currentCoords = current->getPointerById(id);
771 const PointerCoords& otherCoords = other->getPointerById(id);
902 PointerCoords pointerCoords[pointerCount];
905 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
925 pointerCoords);
930 PointerCoords pointerCoords[pointerCount];
932 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
936 event->addSample(msg->body.motion.eventTime, pointerCoords);