Home
last modified time | relevance | path

Searched refs:root_x (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c289 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 Dprotocol-xiquerypointer.c68 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 Dxiquerypointer.c133 .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 Dxibarriers.c657 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 Dextinit.c622 swapl(&to->root_x); in SDeviceLeaveNotifyEvent()
718 swapl(&to->root_x); in SDeviceEvent()
849 swapl(&to->root_x); in SBarrierEvent()
H A Dexevents.c1731 event->root_x = rootX; in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c142 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 Devents.c789 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 Dgetevents.c1028 event->root_x = trunc(x); in event_set_root_coordinates()
2089 ev.root_x = x; in PostSyntheticMotion()
H A Dtouch.c552 XYToWindow(sprite, ev->device_event.root_x, ev->device_event.root_y); in TouchBuildSprite()
H A Denterleave.c803 xi2event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); in DeviceFocusEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h109 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 Dinput.c271 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 Dxdmxconfig.c510 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 Dmieq.c425 x = event->root_x; in mieqMoveToNewScreen()
H A Dmipointer.c677 events[i].barrier_event.root_x = x; in miPointerSetPosition()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1028 .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 DxkbActions.c859 ev.root_x = x; in _XkbFilterRedirectKey()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog85219 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