Home | History | Annotate | Download | only in input

Lines Matching refs:PointerCoords

302         const PointerCoords* pointerCoords) {
345 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
667 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
668 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id);
776 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
777 const PointerCoords& currentCoords = current->getPointerById(id);
780 const PointerCoords& otherCoords = other->getPointerById(id);
916 PointerCoords pointerCoords[pointerCount];
919 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
939 pointerCoords);
944 PointerCoords pointerCoords[pointerCount];
946 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords);
950 event->addSample(msg->body.motion.eventTime, pointerCoords);