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

/xsrc/external/mit/xorg-server/dist/include/
H A Dexevents.h41 * Scroll flags for ::SetScrollValuator.
68 extern _X_EXPORT Bool SetScrollValuator(DeviceIntPtr /* dev */ ,
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-common.c123 SetScrollValuator(pDev, 2, SCROLL_TYPE_VERTICAL, 2.4, SCROLL_FLAG_NONE);
124 SetScrollValuator(pDev, 3, SCROLL_TYPE_HORIZONTAL, 3.5,
/xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/inputtest/
H A Dxf86-input-inputtest.c334 SetScrollValuator(dev, 2, SCROLL_TYPE_HORIZONTAL, 120, 0);
335 SetScrollValuator(dev, 3, SCROLL_TYPE_VERTICAL, 120, 0);
388 SetScrollValuator(dev, 2, SCROLL_TYPE_HORIZONTAL, 120, 0);
389 SetScrollValuator(dev, 3, SCROLL_TYPE_VERTICAL, 120, 0);
465 SetScrollValuator(dev, 2, SCROLL_TYPE_HORIZONTAL, 120, 0);
466 SetScrollValuator(dev, 3, SCROLL_TYPE_VERTICAL, 120, 0);
/xsrc/external/mit/xorg-server/dist/test/
H A Dinput.c89 assert(SetScrollValuator
92 assert(SetScrollValuator
94 assert(SetScrollValuator
98 assert(SetScrollValuator
102 assert(SetScrollValuator
110 assert(SetScrollValuator
118 assert(SetScrollValuator
120 assert(SetScrollValuator
124 assert(SetScrollValuator
131 assert(SetScrollValuator
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A Ddarwin.c344 SetScrollValuator(pPointer, 4, SCROLL_TYPE_VERTICAL, -1.0, SCROLL_FLAG_PREFERRED);
345 SetScrollValuator(pPointer, 5, SCROLL_TYPE_HORIZONTAL, -1.0, SCROLL_FLAG_NONE);
/xsrc/external/mit/xf86-input-synaptics/dist/src/
H A Dproperties.c479 SetScrollValuator(dev, priv->scroll_axis_vert, SCROLL_TYPE_VERTICAL,
484 SetScrollValuator(dev, priv->scroll_axis_horiz,
H A Dsynaptics.c1274 SetScrollValuator(dev, priv->scroll_axis_horiz, SCROLL_TYPE_HORIZONTAL,
1276 SetScrollValuator(dev, priv->scroll_axis_vert, SCROLL_TYPE_VERTICAL,
/xsrc/external/mit/xf86-input-ws/dist/src/
H A Dws.c516 SetScrollValuator(pWS, HSCROLL_AXIS, SCROLL_TYPE_HORIZONTAL, 4096, 0);
517 SetScrollValuator(pWS, VSCROLL_AXIS, SCROLL_TYPE_VERTICAL, 4096, 0);
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dexevents.c2377 return SetScrollValuator(dev, axnum, SCROLL_TYPE_NONE, 0, SCROLL_FLAG_NONE);
2384 SetScrollValuator(DeviceIntPtr dev, int axnum, enum ScrollType type, function in typeref:typename:Bool

Completed in 17 milliseconds