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

/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystemCursorHelper.cpp136 location.xValue().as64(), (location.xValue().asFixed64() & 0xffff) / 656,
138 locationDelta.xValue().as64(), (locationDelta.xValue().asFixed64() & 0xffff) / 656,
140 locationDeltaPosting.xValue().as64(), (locationDeltaPosting.xValue().asFixed64() & 0xffff) / 656,
142 locationDeltaAccumulated.xValue().as64(), (locationDeltaAccumulated.xValue().asFixed64() & 0xffff) / 656,
144 screenLocation.xValue().as64(), (screenLocation.xValue()
[all...]
H A DIOFixedPoint64.h123 IOFixed64& xValue() { function in class:IOFixedPoint64
H A DIOHIDSystem.cpp2060 evg->cursorLoc.x = _cursorHelper.desktopLocation().xValue().as32();
2062 evg->desktopCursorFixed.x = _cursorHelper.desktopLocation().xValue().asFixed24x8();
2064 evg->screenCursorFixed.x = _cursorHelper.getScreenLocation().xValue().asFixed24x8();
2368 theLast->event.location.x = location->xValue().as64();
2400 theTail->event.location.x = location->xValue().as64();
2442 && (myAbs(location->xValue().as64() - clickLoc.x) <= clickSpaceThresh.x)
3384 if (((scratch.xValue() > 0LL) && (_cursorHelper.desktopLocationAccumulated().xValue() < 0LL)) ||
3385 ((scratch.xValue() < 0LL) && (_cursorHelper.desktopLocationAccumulated().xValue() >
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSDeviceMotionEventCustom.cpp50 JSValue xValue = object->get(exec, Identifier(exec, "x")); local
53 bool canProvideX = !xValue.isUndefinedOrNull();
54 double x = xValue.toNumber(exec);

Completed in 135 milliseconds