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

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Drenderedge.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h35 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h37 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL(n) / 2) macro
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.h352 #define Y_FRAC_FIRST(n) (STEP_Y_SMALL (n) / 2) macro
353 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST (n) + (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))

Completed in 46 milliseconds