Searched refs:tempLoc (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp2867 IOFixedPoint64 tempLoc; local
2869 tempLoc.fromFixed24x8(evg->desktopCursorFixed.x, evg->desktopCursorFixed.y);
2872 tempLoc.fromIntFloor(evg->cursorLoc.x, evg->cursorLoc.y);
2874 _cursorHelper.desktopLocationDelta() += tempLoc - _cursorHelper.desktopLocation();
2875 _cursorHelper.desktopLocation() = tempLoc;

Completed in 93 milliseconds