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

/external/pixman/pixman/
H A Dpixman.h126 #define pixman_fixed_1 (pixman_int_to_fixed(1))
128 #define pixman_fixed_minus_1 (pixman_int_to_fixed(-1))
130 #define pixman_int_to_fixed(i) ((pixman_fixed_t) ((i) << 16)) macro

Completed in 34 milliseconds