Lines Matching refs:root_y
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()
3042 (pSprite->hotPhys.y != ev->root_y)) { in CheckMotion()
3063 ev->root_y = pSprite->hot.y; in CheckMotion()
4643 event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); in DeviceEnterLeaveEvent()