Searched defs:STEP_Y_SMALL (Results 1 - 10 of 10) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Drenderedge.h32 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
33 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
36 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Drenderedge.h34 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
35 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
38 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Drenderedge.h34 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
35 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
38 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Drenderedge.h34 #define STEP_Y_SMALL(n) (xFixed1 / N_Y_FRAC(n)) macro
35 #define STEP_Y_BIG(n) (xFixed1 - (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2)
38 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST(n) + (N_Y_FRAC(n) - 1) * STEP_Y_SMALL(n))
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h349 #define STEP_Y_SMALL(n) (pixman_fixed_1 / N_Y_FRAC (n)) macro
350 #define STEP_Y_BIG(n) (pixman_fixed_1 - (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))
352 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL (n) / 2)
353 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST (n) + (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))

Completed in 36 milliseconds