Searched refs:pixman_fixed_1_minus_e (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dpicture.h193 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dpicture.h193 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dpicture.h193 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dpicture.h202 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dpicture.h202 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dpicture.h202 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dpicture.h202 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpicture.h203 #define xFixed1MinusE pixman_fixed_1_minus_e
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h111 #define pixman_fixed_1_minus_e (pixman_fixed_1 - pixman_fixed_e) macro
116 #define pixman_fixed_frac(f) ((f) & pixman_fixed_1_minus_e)
117 #define pixman_fixed_floor(f) ((f) & ~pixman_fixed_1_minus_e)
118 #define pixman_fixed_ceil(f) pixman_fixed_floor ((f) + pixman_fixed_1_minus_e)
119 #define pixman_fixed_fraction(f) ((f) & pixman_fixed_1_minus_e)
120 #define pixman_fixed_mod_2(f) ((f) & (pixman_fixed1 | pixman_fixed_1_minus_e))

Completed in 198 milliseconds