Lines Matching refs:pointers
199 msg->body.motion.pointers[i].properties.id = body.motion.pointers[i].properties.id; in getSanitizedCopy()
200 msg->body.motion.pointers[i].properties.toolType = in getSanitizedCopy()
201 body.motion.pointers[i].properties.toolType, in getSanitizedCopy()
203 msg->body.motion.pointers[i].coords.bits = body.motion.pointers[i].coords.bits; in getSanitizedCopy()
204 const uint32_t count = BitSet64::count(body.motion.pointers[i].coords.bits); in getSanitizedCopy()
205 memcpy(&msg->body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
206 &body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
207 count * (sizeof(body.motion.pointers[i].coords.values[0]))); in getSanitizedCopy()
539 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent()
540 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent()
865 uint32_t id = msg.body.motion.pointers[i].properties.id; in rewriteMessage()
869 PointerCoords& msgCoords = msg.body.motion.pointers[i].coords; in rewriteMessage()
989 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()
993 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState()
1020 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()
1134 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties); in initializeMotionEvent()
1135 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in initializeMotionEvent()
1164 pointerCoords[i].copyFrom(msg->body.motion.pointers[i].coords); in addSample()
1179 if (head.body.motion.pointers[i].properties in canAddSample()
1180 != msg->body.motion.pointers[i].properties) { in canAddSample()