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

/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman.h117 #define pixman_fixed_floor(f) ((f) & ~pixman_fixed_1_minus_e) macro
118 #define pixman_fixed_ceil(f) pixman_fixed_floor ((f) + pixman_fixed_1_minus_e)

Completed in 38 milliseconds