Searched refs:currentCoords (Results 1 – 2 of 2) sorted by relevance
807 const PointerCoords& currentCoords = current->getPointerById(id); in resampleTouchState() local808 resampledCoords.copyFrom(currentCoords); in resampleTouchState()813 lerp(currentCoords.getX(), otherCoords.getX(), alpha)); in resampleTouchState()815 lerp(currentCoords.getY(), otherCoords.getY(), alpha)); in resampleTouchState()820 currentCoords.getX(), currentCoords.getY(), in resampleTouchState()828 currentCoords.getX(), currentCoords.getY()); in resampleTouchState()
1768 PointerCoords currentCoords; member1783 currentCoords.clear(); in reset()