OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:root_y_frac
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h
97
float
root_y_frac
; /**< Pos relative to root window in frac part */
member in struct:_DeviceEvent
/xsrc/external/mit/xorg-server/dist/include/
eventstr.h
118
float
root_y_frac
; /**< Pos relative to root window in frac part */
member in struct:_DeviceEvent
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
protocol-eventconvert.c
341
g_assert(out->root_y == FP1616(in->root_y, in->
root_y_frac
));
439
in.
root_y_frac
= 7;
527
in.
root_y_frac
= 1;
529
in.
root_y_frac
= 1 << 8;
531
in.
root_y_frac
= ~0 & 0xFF;
/xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-eventconvert.c
347
assert(out->root_y == double_to_fp1616(in->root_y + in->
root_y_frac
));
439
in.
root_y_frac
= 7;
526
in.
root_y_frac
= 1;
528
in.
root_y_frac
= 1 << 8;
530
in.
root_y_frac
= ~0 & 0xFF;
/xsrc/external/mit/xorg-server.old/dist/dix/
eventconvert.c
582
xde->root_y = FP1616(ev->root_y, ev->
root_y_frac
);
getevents.c
1238
event->
root_y_frac
= cy_frac;
/xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c
705
xde->root_y = double_to_fp1616(ev->root_y + ev->
root_y_frac
);
getevents.c
1031
event->
root_y_frac
= y - trunc(y);
Completed in 9 milliseconds
Indexes created Wed Aug 26 00:26:28 UTC 2026