Searched refs:getPointerById (Results 1 – 2 of 2) sorted by relevance
395 const PointerCoords& getPointerById(uint32_t id) const { in getPointerById() function440 float currentX = getHistory(0)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()441 float currentY = getHistory(0)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()442 float previousX = getHistory(1)->getPointerById(id).getX(); in recentCoordinatesAreIdentical()443 float previousY = getHistory(1)->getPointerById(id).getY(); in recentCoordinatesAreIdentical()
683 const PointerCoords& resampleCoords = state.lastResample.getPointerById(id); in rewriteMessage()802 touchState.lastResample.pointers[i].copyFrom(oldLastResample.getPointerById(id)); in resampleTouchState()807 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState()811 const PointerCoords& otherCoords = other->getPointerById(id); in resampleTouchState()