Lines Matching refs:pointers
108 pointerProperties[i] = msg.body.motion.pointers[i].properties; in initializeMotionEvent()
109 pointerCoords[i] = msg.body.motion.pointers[i].coords; in initializeMotionEvent()
134 pointerCoords[i] = msg.body.motion.pointers[i].coords; in addSample()
549 uint32_t id = msg.body.motion.pointers[i].properties.id; in rewriteMessage()
553 PointerCoords& msgCoords = msg.body.motion.pointers[i].coords; in rewriteMessage()
679 touchState.lastResample.pointers[i] = oldLastResample.getPointerById(id); in resampleTouchState()
683 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState()
699 event->addSample(sampleTime, touchState.lastResample.pointers); in resampleTouchState()
846 if (head.body.motion.pointers[i].properties != msg->body.motion.pointers[i].properties) { in canAddSample()
887 const float x = msg.body.motion.pointers[i].coords.getX(); in dump()
888 const float y = msg.body.motion.pointers[i].coords.getY(); in dump()