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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp68 int desktopHeight = desktop->maxy - desktop->miny; local
70 if ((screenWidth <= 0) || (screenHeight <= 0) || (desktopWidth <= 0) || (desktopHeight <= 0)) {
74 if ((screenWidth == desktopWidth) && (screenHeight == desktopHeight)) {
85 y_scale.fromIntFloor(screenHeight) /= desktopHeight;

Completed in 122 milliseconds