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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3186 int cursorPinHeight = cursorPin.maxy - cursorPin.miny; local
3187 if ((boundsWidth <= 0) || (boundsHeight <= 0) || (cursorPinWidth <= 0) || (cursorPinHeight <= 0)) {
3192 if ((boundsWidth == cursorPinWidth) && (boundsHeight == cursorPinHeight)) {
3202 y_scale.fromIntFloor(cursorPinHeight) /= boundsHeight;

Completed in 78 milliseconds