| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | darwin.c | 321 Atom axes_labels[NAXES] = { 0 }; in DarwinMouseProc() local 331 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in DarwinMouseProc() 332 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in DarwinMouseProc() 333 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in DarwinMouseProc() 334 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in DarwinMouseProc() 335 axes_labels[4] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in DarwinMouseProc() 336 axes_labels[5] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in DarwinMouseProc() 343 axes_labels); in DarwinMouseProc() 344 InitValuatorAxisStruct(pPointer, 0, axes_labels[0], in DarwinMouseProc() 347 InitValuatorAxisStruct(pPointer, 1, axes_labels[1], in DarwinMouseProc() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-input.c | 110 Atom axes_labels[NAXES] = { 0 }; in xwl_pointer_proc() local 119 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_X); in xwl_pointer_proc() 120 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_Y); in xwl_pointer_proc() 121 axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HWHEEL); in xwl_pointer_proc() 122 axes_labels[3] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_WHEEL); in xwl_pointer_proc() 124 if (!InitValuatorClassDeviceStruct(device, NAXES, axes_labels, in xwl_pointer_proc() 129 InitValuatorAxisStruct(device, 0, axes_labels[0], in xwl_pointer_proc() 131 InitValuatorAxisStruct(device, 1, axes_labels[1], in xwl_pointer_proc() 133 InitValuatorAxisStruct(device, 2, axes_labels[2], in xwl_pointer_proc() 135 InitValuatorAxisStruct(device, 3, axes_labels[3], in xwl_pointer_proc() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Pointer.c | 53 Atom axes_labels[2] = { 0 }; in xnestPointerProc() local 71 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in xnestPointerProc() 72 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in xnestPointerProc() 80 GetMotionHistorySize(), 2, axes_labels); in xnestPointerProc()
|
| /OK3568_Linux_fs/external/xserver/hw/vfb/ |
| H A D | InitInput.c | 96 Atom axes_labels[NAXES] = { 0 }; in vfbMouseProc() local 108 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in vfbMouseProc() 109 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in vfbMouseProc() 113 GetMotionHistorySize(), NAXES, axes_labels); in vfbMouseProc()
|
| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-common.c | 85 Atom axes_labels[NAXES] = { 0 }; in TestPointerProc() local 101 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in TestPointerProc() 102 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in TestPointerProc() 103 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_VSCROLL); in TestPointerProc() 104 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_HSCROLL); in TestPointerProc() 109 axes_labels)) { in TestPointerProc()
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winmouse.c | 72 Atom axes_labels[2]; in winMouseProc() local 118 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in winMouseProc() 119 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in winMouseProc() 126 GetMotionHistorySize(), 2, axes_labels); in winMouseProc()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/src/ |
| H A D | kinput.c | 198 Atom *axes_labels; in KdPointerProc() local 249 axes_labels = calloc(pi->nAxes, sizeof(Atom)); in KdPointerProc() 250 if (!axes_labels) { in KdPointerProc() 276 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in KdPointerProc() 277 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in KdPointerProc() 282 GetMotionHistorySize(), pi->nAxes, axes_labels); in KdPointerProc() 285 free(axes_labels); in KdPointerProc()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 653 Atom axes_labels[NAXES] = { 0 }; in CorePointerProc() local 670 axes_labels[0] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_X); in CorePointerProc() 671 axes_labels[1] = XIGetKnownProperty(AXIS_LABEL_PROP_REL_Y); in CorePointerProc() 676 axes_labels)) { in CorePointerProc() 1598 int numMotionEvents, int numAxes, Atom *axes_labels) in InitPointerDeviceStruct() argument 1608 InitValuatorClassDeviceStruct(dev, numAxes, axes_labels, in InitPointerDeviceStruct()
|