Searched refs:currentPointer (Results 1 – 1 of 1) sorted by relevance
3394 const RawPointerData::Pointer& currentPointer = in moveMousePointerFromPointerDelta() local3398 float deltaX = (currentPointer.x - lastPointer.x) * mPointerXMovementScale; in moveMousePointerFromPointerDelta()3399 float deltaY = (currentPointer.y - lastPointer.y) * mPointerYMovementScale; in moveMousePointerFromPointerDelta()3780 const RawPointerData::Pointer& currentPointer = in assignPointerIds() local3784 if (currentPointer.toolType == lastPointer.toolType) { in assignPointerIds()3785 int64_t deltaX = currentPointer.x - lastPointer.x; in assignPointerIds()3786 int64_t deltaY = currentPointer.y - lastPointer.y; in assignPointerIds()