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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3185 int cursorPinWidth = cursorPin.maxx - cursorPin.minx; local
3187 if ((boundsWidth <= 0) || (boundsHeight <= 0) || (cursorPinWidth <= 0) || (cursorPinHeight <= 0)) {
3192 if ((boundsWidth == cursorPinWidth) && (boundsHeight == cursorPinHeight)) {
3201 x_scale.fromIntFloor(cursorPinWidth) /= boundsWidth;

Completed in 74 milliseconds