| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 289 swapl(&out->root_x); in test_values_XIDeviceEvent() 343 assert(out->root_x == double_to_fp1616(in->root_x + in->root_x_frac)); in test_values_XIDeviceEvent() 431 in.root_x = 4; in test_convert_XIDeviceEvent() 500 in.root_x = 1; in test_convert_XIDeviceEvent() 502 in.root_x = 1 << 8; in test_convert_XIDeviceEvent() 504 in.root_x = ~0 & 0xFF; in test_convert_XIDeviceEvent() 1018 assert(out->root_x == double_to_fp1616(in->root_x)); in test_XIBarrierEvent() 1043 swapl(&swapped->root_x); in test_XIBarrierEvent() 1122 in.root_x = 1; in test_convert_XIBarrierEvent() 1124 in.root_x = 1.3; in test_convert_XIBarrierEvent() [all …]
|
| H A D | protocol-xiquerypointer.c | 68 swapl(&rep->root_x); in reply_XIQueryPointer() 81 assert((rep->root_x >> 16) == sprite->hot.x); in reply_XIQueryPointer() 85 assert(rep->root_x == rep->win_x); in reply_XIQueryPointer()
|
| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | xiquerypointer.c | 133 .root_x = double_to_fp1616(pSprite->hot.x), in ProcXIQueryPointer() 188 rep.root_x += double_to_fp1616(screenInfo.screens[0]->x); in ProcXIQueryPointer() 220 swapl(&rep->root_x); in SRepXIQueryPointer()
|
| H A D | xibarriers.c | 657 int root_x, root_y; in BarrierFreeBarrier() local 689 GetSpritePosition(dev, &root_x, &root_y); in BarrierFreeBarrier() 690 ev.root_x = root_x; in BarrierFreeBarrier()
|
| H A D | extinit.c | 622 swapl(&to->root_x); in SDeviceLeaveNotifyEvent() 718 swapl(&to->root_x); in SDeviceEvent() 849 swapl(&to->root_x); in SBarrierEvent()
|
| H A D | exevents.c | 1731 event->root_x = rootX; in ProcessDeviceEvent()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | eventconvert.c | 142 core->u.keyButtonPointer.rootX = e->root_x; in EventToCore() 340 kbp->root_x = ev->root_x; in eventToKeyButtonPointer() 680 xde->root_x = double_to_fp1616(ev->root_x + ev->root_x_frac); in eventToDeviceEvent() 813 barrier->root_x = double_to_fp1616(ev->root_x); in eventToBarrierEvent()
|
| H A D | events.c | 789 pSprite->hot.x = ev->root_x; in CheckVirtualMotion() 866 ev->root_x = pSprite->hot.x; in CheckVirtualMotion() 1173 event->root_x += pSprite->screen->x - screenInfo.screens[0]->x; in EnqueueEvent() 1177 pSprite->hotPhys.x = event->root_x; in EnqueueEvent() 1186 tailev->root_x = pSprite->hotPhys.x; in EnqueueEvent() 1252 ev->root_x += screenInfo.screens[0]->x - in PlayReleasedEvents() 1324 event->root_x, event->root_y); in ComputeFreezes() 2553 event->event_x = event->root_x - double_to_fp1616(pWin->drawable.x); in FixUpEventFromWindow() 3013 ev->root_x += pSprite->screen->x - screenInfo.screens[0]->x; in CheckMotion() 3026 pSprite->hot.x = ev->root_x; in CheckMotion() [all …]
|
| H A D | getevents.c | 1028 event->root_x = trunc(x); in event_set_root_coordinates() 2089 ev.root_x = x; in PostSyntheticMotion()
|
| H A D | touch.c | 552 XYToWindow(sprite, ev->device_event.root_x, ev->device_event.root_y); in TouchBuildSprite()
|
| H A D | enterleave.c | 803 xi2event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); in DeviceFocusEvent()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | eventstr.h | 109 int16_t root_x; /**< Pos relative to root window in integral data */ member 256 double root_x; member
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | input.c | 271 ev.root_x = y; in dix_event_to_core() 285 ev.root_x = x; in dix_event_to_core() 292 ev.root_x = x; in dix_event_to_core() 299 ev.root_x = x; in dix_event_to_core() 310 ev.root_x = x; in dix_event_to_core() 400 assert(kbp->root_x == ev->root_x); in _dix_test_xi_convert() 464 ev.root_x = y; in dix_event_to_xi1_conversion()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | xdmxconfig.c | 510 int root_x, root_y; in dmxConfigSetPopupPosition() local 516 &root_x, &root_y, &temp_x, &temp_y, &temp)) in dmxConfigSetPopupPosition() 517 root_x = root_y = 0; in dmxConfigSetPopupPosition() 519 x = root_x - 5; in dmxConfigSetPopupPosition()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mieq.c | 425 x = event->root_x; in mieqMoveToNewScreen()
|
| H A D | mipointer.c | 677 events[i].barrier_event.root_x = x; in miPointerSetPosition()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1028 .root_x = 0, in DGAProcessKeyboardEvent() 1062 ev.root_x = event->dx; in DGAProcessKeyboardEvent() 1117 ev.root_x = event->dx; in DGAProcessPointerEvent()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbActions.c | 859 ev.root_x = x; in _XkbFilterRedirectKey()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 85219 dix: fill out root_x/y for keyboard events 128533 root_x/y are already in FP1616 at this point. 130346 dix: set root_x/y for device events. 147258 6. Drop screen coords into ev->root_x/y
|