Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/xi2/
H A Dprotocol-eventconvert.c344 assert(out->root_y == double_to_fp1616(in->root_y + in->root_y_frac)); in test_values_XIDeviceEvent()
434 in.root_y_frac = 7; in test_convert_XIDeviceEvent()
521 in.root_y_frac = 1; in test_convert_XIDeviceEvent()
523 in.root_y_frac = 1 << 8; in test_convert_XIDeviceEvent()
525 in.root_y_frac = ~0 & 0xFF; in test_convert_XIDeviceEvent()
/OK3568_Linux_fs/external/xserver/include/
H A Deventstr.h112 float root_y_frac; /**< Pos relative to root window in frac part */ member
/OK3568_Linux_fs/external/xserver/dix/
H A Deventconvert.c681 xde->root_y = double_to_fp1616(ev->root_y + ev->root_y_frac); in eventToDeviceEvent()
H A Dgetevents.c1031 event->root_y_frac = y - trunc(y); in event_set_root_coordinates()