Home
last modified time | relevance | path

Searched refs:root_y (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c290 swapl(&out->root_y); in test_values_XIDeviceEvent()
344 assert(out->root_y == double_to_fp1616(in->root_y + in->root_y_frac)); in test_values_XIDeviceEvent()
433 in.root_y = 6; in test_convert_XIDeviceEvent()
514 in.root_y = 1; in test_convert_XIDeviceEvent()
516 in.root_y = 1 << 8; in test_convert_XIDeviceEvent()
518 in.root_y = ~0 & 0xFF; in test_convert_XIDeviceEvent()
1019 assert(out->root_y == double_to_fp1616(in->root_y)); in test_XIBarrierEvent()
1044 swapl(&swapped->root_y); in test_XIBarrierEvent()
1140 in.root_y = 1; in test_convert_XIBarrierEvent()
1142 in.root_y = 1.3; in test_convert_XIBarrierEvent()
[all …]
H A Dprotocol-xiquerypointer.c69 swapl(&rep->root_y); in reply_XIQueryPointer()
82 assert((rep->root_y >> 16) == sprite->hot.y); in reply_XIQueryPointer()
86 assert(rep->root_y == rep->win_y); in reply_XIQueryPointer()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiquerypointer.c134 .root_y = double_to_fp1616(pSprite->hot.y), in ProcXIQueryPointer()
189 rep.root_y += double_to_fp1616(screenInfo.screens[0]->y); in ProcXIQueryPointer()
221 swapl(&rep->root_y); in SRepXIQueryPointer()
H A Dxibarriers.c657 int root_x, root_y; in BarrierFreeBarrier() local
689 GetSpritePosition(dev, &root_x, &root_y); in BarrierFreeBarrier()
691 ev.root_y = root_y; in BarrierFreeBarrier()
H A Dextinit.c623 swapl(&to->root_y); in SDeviceLeaveNotifyEvent()
719 swapl(&to->root_y); in SDeviceEvent()
850 swapl(&to->root_y); in SBarrierEvent()
H A Dexevents.c1732 event->root_y = rootY; in ProcessDeviceEvent()
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c143 core->u.keyButtonPointer.rootY = e->root_y; in EventToCore()
341 kbp->root_y = ev->root_y; in eventToKeyButtonPointer()
681 xde->root_y = double_to_fp1616(ev->root_y + ev->root_y_frac); in eventToDeviceEvent()
814 barrier->root_y = double_to_fp1616(ev->root_y); in eventToBarrierEvent()
H A Devents.c790 pSprite->hot.y = ev->root_y; in CheckVirtualMotion()
867 ev->root_y = pSprite->hot.y; in CheckVirtualMotion()
1174 event->root_y += pSprite->screen->y - screenInfo.screens[0]->y; in EnqueueEvent()
1178 pSprite->hotPhys.y = event->root_y; in EnqueueEvent()
1187 tailev->root_y = pSprite->hotPhys.y; in EnqueueEvent()
1254 ev->root_y += screenInfo.screens[0]->y - in PlayReleasedEvents()
1324 event->root_x, event->root_y); in ComputeFreezes()
2554 event->event_y = event->root_y - double_to_fp1616(pWin->drawable.y); in FixUpEventFromWindow()
3014 ev->root_y += pSprite->screen->y - screenInfo.screens[0]->y; in CheckMotion()
3027 pSprite->hot.y = ev->root_y; in CheckMotion()
[all …]
H A Dgetevents.c1029 event->root_y = trunc(y); in event_set_root_coordinates()
2090 ev.root_y = y; in PostSyntheticMotion()
H A Dtouch.c552 XYToWindow(sprite, ev->device_event.root_x, ev->device_event.root_y); in TouchBuildSprite()
H A Denterleave.c804 xi2event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); in DeviceFocusEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h111 int16_t root_y; /**< Pos relative to root window in integral part */ member
257 double root_y; member
/OK3568_Linux_fs/external/xserver/test/
H A Dinput.c270 ev.root_y = x; in dix_event_to_core()
286 ev.root_y = y; in dix_event_to_core()
293 ev.root_y = y; in dix_event_to_core()
300 ev.root_y = y; in dix_event_to_core()
311 ev.root_y = y; in dix_event_to_core()
401 assert(kbp->root_y == ev->root_y); in _dix_test_xi_convert()
463 ev.root_y = x; 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()
520 y = root_y - 5; in dmxConfigSetPopupPosition()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmieq.c426 y = event->root_y; in mieqMoveToNewScreen()
H A Dmipointer.c678 events[i].barrier_event.root_y = y; in miPointerSetPosition()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DGA.c1029 .root_y = 0, in DGAProcessKeyboardEvent()
1063 ev.root_y = event->dy; in DGAProcessKeyboardEvent()
1118 ev.root_y = event->dy; in DGAProcessPointerEvent()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbActions.c860 ev.root_y = y; in _XkbFilterRedirectKey()