Lines Matching refs:pointers
222 msg->body.motion.pointers[i].properties.id = body.motion.pointers[i].properties.id; in getSanitizedCopy()
223 msg->body.motion.pointers[i].properties.toolType = in getSanitizedCopy()
224 body.motion.pointers[i].properties.toolType, in getSanitizedCopy()
226 msg->body.motion.pointers[i].coords.bits = body.motion.pointers[i].coords.bits; in getSanitizedCopy()
227 const uint32_t count = BitSet64::count(body.motion.pointers[i].coords.bits); in getSanitizedCopy()
228 memcpy(&msg->body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
229 &body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
230 count * (sizeof(body.motion.pointers[i].coords.values[0]))); in getSanitizedCopy()
549 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent()
550 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent()
905 uint32_t id = msg.body.motion.pointers[i].properties.id; in rewriteMessage()
909 PointerCoords& msgCoords = msg.body.motion.pointers[i].coords; in rewriteMessage()
1029 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()
1033 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState()
1060 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()
1182 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); in initializeMotionEvent()
1183 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in initializeMotionEvent()
1202 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in addSample()
1217 if (head.body.motion.pointers[i].properties in canAddSample()
1218 != msg->body.motion.pointers[i].properties) { in canAddSample()