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()
550 uint32_t id = msg.body.motion.pointers[i].properties.id; in rewriteMessage()
554 PointerCoords& msgCoords = msg.body.motion.pointers[i].coords; in rewriteMessage()
680 touchState.lastResample.pointers[i] = oldLastResample.getPointerById(id); in resampleTouchState()
684 PointerCoords& resampledCoords = touchState.lastResample.pointers[i]; in resampleTouchState()
700 event->addSample(sampleTime, touchState.lastResample.pointers, event->getId()); in resampleTouchState()
847 if (head.body.motion.pointers[i].properties != msg->body.motion.pointers[i].properties) { in canAddSample()
888 const float x = msg.body.motion.pointers[i].coords.getX(); in dump()
889 const float y = msg.body.motion.pointers[i].coords.getY(); in dump()