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_x_frac
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/include/
eventstr.h
95
float
root_x_frac
; /**< Pos relative to root window in frac part */
member in struct:_DeviceEvent
/xsrc/external/mit/xorg-server/dist/include/
eventstr.h
116
float
root_x_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
340
g_assert(out->root_x == FP1616(in->root_x, in->
root_x_frac
));
437
in.
root_x_frac
= 5;
513
in.
root_x_frac
= 1;
515
in.
root_x_frac
= 1 << 8;
517
in.
root_x_frac
= ~0 & 0xFF;
/xsrc/external/mit/xorg-server/dist/test/xi2/
protocol-eventconvert.c
346
assert(out->root_x == double_to_fp1616(in->root_x + in->
root_x_frac
));
437
in.
root_x_frac
= 5;
512
in.
root_x_frac
= 1;
514
in.
root_x_frac
= 1 << 8;
516
in.
root_x_frac
= ~0 & 0xFF;
/xsrc/external/mit/xorg-server.old/dist/dix/
eventconvert.c
581
xde->root_x = FP1616(ev->root_x, ev->
root_x_frac
);
getevents.c
1237
event->
root_x_frac
= cx_frac;
/xsrc/external/mit/xorg-server/dist/dix/
eventconvert.c
704
xde->root_x = double_to_fp1616(ev->root_x + ev->
root_x_frac
);
getevents.c
1030
event->
root_x_frac
= x - trunc(x);
Completed in 13 milliseconds
Indexes created Tue Aug 25 00:27:06 UTC 2026