Lines Matching refs:pointers
100 BitSet32 pointers; in getValidPointers() local
103 pointers.markBit(i); in getValidPointers()
106 return pointers; in getValidPointers()
109 static uint32_t getChangingPointerId(BitSet32 pointers, BitSet32 otherPointers) { in getChangingPointerId() argument
110 BitSet32 difference(pointers.value ^ otherPointers.value); in getChangingPointerId()
119 BitSet32 pointers = getValidPointers(currentPositions); in resolveAction() local
120 const uint32_t pointerCount = pointers.count(); in resolveAction()
126 uint32_t pointerId = getChangingPointerId(pointers, lastPointers); in resolveAction()
135 uint32_t pointerId = getChangingPointerId(pointers, nextPointers); in resolveAction()
180 BitSet32 pointers = getValidPointers(entry.positions); in createTouchMotionEventStream() local
181 const uint32_t pointerCount = pointers.count(); in createTouchMotionEventStream()
198 while(!pointers.isEmpty()) { in createTouchMotionEventStream()
199 uint32_t pointerId = pointers.clearFirstMarkedBit(); in createTouchMotionEventStream()