Home
last modified time | relevance | path

Searched refs:root_x_frac (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c343 assert(out->root_x == double_to_fp1616(in->root_x + in->root_x_frac)); in test_values_XIDeviceEvent()
432 in.root_x_frac = 5; in test_convert_XIDeviceEvent()
507 in.root_x_frac = 1; in test_convert_XIDeviceEvent()
509 in.root_x_frac = 1 << 8; in test_convert_XIDeviceEvent()
511 in.root_x_frac = ~0 & 0xFF; in test_convert_XIDeviceEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h110 float root_x_frac; /**< Pos relative to root window in frac part */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c680 xde->root_x = double_to_fp1616(ev->root_x + ev->root_x_frac); in eventToDeviceEvent()
H A Dgetevents.c1030 event->root_x_frac = x - trunc(x); in event_set_root_coordinates()