Searched refs:N_X_FRAC (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drenderedge.h30 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
38 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
39 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
42 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Drenderedge.h32 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
40 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
41 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
44 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
H A Dfbedgeimp.h104 AddAlpha (N_X_FRAC(N_BITS) - lxs);
108 AddAlpha (N_X_FRAC(N_BITS));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Drenderedge.h32 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
40 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
41 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
44 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
H A Dfbedgeimp.h104 AddAlpha (N_X_FRAC(N_BITS) - lxs);
108 AddAlpha (N_X_FRAC(N_BITS));
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Drenderedge.h32 #define N_X_FRAC(n) ((1 << ((n)/2)) + 1) macro
40 #define STEP_X_SMALL(n) (xFixed1 / N_X_FRAC(n))
41 #define STEP_X_BIG(n) (xFixed1 - (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
44 #define X_FRAC_LAST(n) (X_FRAC_FIRST(n) + (N_X_FRAC(n) - 1) * STEP_X_SMALL(n))
H A Dfbedgeimp.h104 AddAlpha (N_X_FRAC(N_BITS) - lxs);
108 AddAlpha (N_X_FRAC(N_BITS));
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-edge-imp.h152 ADD_ALPHA (N_X_FRAC(N_BITS) - lxs);
156 ADD_ALPHA (N_X_FRAC(N_BITS));
H A Dpixman-private.h347 #define N_X_FRAC(n) ((n) == 1 ? 1 : (1 << ((n) / 2)) + 1) macro
355 #define STEP_X_SMALL(n) (pixman_fixed_1 / N_X_FRAC (n))
356 #define STEP_X_BIG(n) (pixman_fixed_1 - (N_X_FRAC (n) - 1) * STEP_X_SMALL (n))
359 #define X_FRAC_LAST(n) (X_FRAC_FIRST (n) + (N_X_FRAC (n) - 1) * STEP_X_SMALL (n))

Completed in 58 milliseconds