Searched refs:pixman_min_fixed_48_16 (Results 1 - 3 of 3) sorted by relevance

/external/pixman/pixman/
H A Dpixman-matrix.c448 if (v > pixman_max_fixed_48_16 || v < pixman_min_fixed_48_16)
H A Dpixman.c398 #define IS_16_16(f) (((f) >= pixman_min_fixed_48_16 && ((f) <= pixman_max_fixed_48_16)))
H A Dpixman.h139 #define pixman_min_fixed_48_16 (-((pixman_fixed_48_16_t) 1 << 31)) macro

Completed in 64 milliseconds