Searched refs:double_to_fp1616 (Results 1 – 8 of 8) sorted by relevance
133 .root_x = double_to_fp1616(pSprite->hot.x), in ProcXIQueryPointer()134 .root_y = double_to_fp1616(pSprite->hot.y), in ProcXIQueryPointer()172 rep.win_x = double_to_fp1616(pSprite->hot.x - pWin->drawable.x); in ProcXIQueryPointer()173 rep.win_y = double_to_fp1616(pSprite->hot.y - pWin->drawable.y); in ProcXIQueryPointer()188 rep.root_x += double_to_fp1616(screenInfo.screens[0]->x); in ProcXIQueryPointer()189 rep.root_y += double_to_fp1616(screenInfo.screens[0]->y); in ProcXIQueryPointer()191 rep.win_x += double_to_fp1616(screenInfo.screens[0]->x); in ProcXIQueryPointer()192 rep.win_y += double_to_fp1616(screenInfo.screens[0]->y); in ProcXIQueryPointer()
56 FP1616 double_to_fp1616(double in);
680 xde->root_x = double_to_fp1616(ev->root_x + ev->root_x_frac); in eventToDeviceEvent()681 xde->root_y = double_to_fp1616(ev->root_y + ev->root_y_frac); in eventToDeviceEvent()813 barrier->root_x = double_to_fp1616(ev->root_x); in eventToBarrierEvent()814 barrier->root_y = double_to_fp1616(ev->root_y); in eventToBarrierEvent()
803 xi2event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); in DeviceFocusEvent()804 xi2event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); in DeviceFocusEvent()
1017 double_to_fp1616(double in) in double_to_fp1616() function
2553 event->event_x = event->root_x - double_to_fp1616(pWin->drawable.x); in FixUpEventFromWindow()2554 event->event_y = event->root_y - double_to_fp1616(pWin->drawable.y); in FixUpEventFromWindow()4642 event->root_x = double_to_fp1616(mouse->spriteInfo->sprite->hot.x); in DeviceEnterLeaveEvent()4643 event->root_y = double_to_fp1616(mouse->spriteInfo->sprite->hot.y); in DeviceEnterLeaveEvent()
343 assert(out->root_x == double_to_fp1616(in->root_x + in->root_x_frac)); in test_values_XIDeviceEvent()344 assert(out->root_y == double_to_fp1616(in->root_y + in->root_y_frac)); in test_values_XIDeviceEvent()1018 assert(out->root_x == double_to_fp1616(in->root_x)); in test_XIBarrierEvent()1019 assert(out->root_y == double_to_fp1616(in->root_y)); in test_XIBarrierEvent()
1640 first_fp16 = double_to_fp1616(orig_d); in _test_double_fp16_values()1642 final_fp16 = double_to_fp1616(final_d); in _test_double_fp16_values()