Searched refs:lastPointer (Results 1 – 1 of 1) sorted by relevance
3396 const RawPointerData::Pointer& lastPointer = in moveMousePointerFromPointerDelta() local3398 float deltaX = (currentPointer.x - lastPointer.x) * mPointerXMovementScale; in moveMousePointerFromPointerDelta()3399 float deltaY = (currentPointer.y - lastPointer.y) * mPointerYMovementScale; in moveMousePointerFromPointerDelta()3782 const RawPointerData::Pointer& lastPointer = 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()