| /OK3568_Linux_fs/external/xserver/test/xi2/ |
| H A D | protocol-eventconvert.c | 290 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 D | protocol-xiquerypointer.c | 69 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 D | xiquerypointer.c | 134 .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 D | xibarriers.c | 657 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 D | extinit.c | 623 swapl(&to->root_y); in SDeviceLeaveNotifyEvent() 719 swapl(&to->root_y); in SDeviceEvent() 850 swapl(&to->root_y); in SBarrierEvent()
|
| H A D | exevents.c | 1732 event->root_y = rootY; in ProcessDeviceEvent()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | eventconvert.c | 143 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 D | events.c | 790 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 D | getevents.c | 1029 event->root_y = trunc(y); in event_set_root_coordinates() 2090 ev.root_y = y; 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 | 804 xi2event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); in DeviceFocusEvent()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | eventstr.h | 111 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 D | input.c | 270 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 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() 520 y = root_y - 5; in dmxConfigSetPopupPosition()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mieq.c | 426 y = event->root_y; in mieqMoveToNewScreen()
|
| H A D | mipointer.c | 678 events[i].barrier_event.root_y = y; in miPointerSetPosition()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86DGA.c | 1029 .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 D | xkbActions.c | 860 ev.root_y = y; in _XkbFilterRedirectKey()
|