Searched refs:pixman_max_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.h138 #define pixman_max_fixed_48_16 ((pixman_fixed_48_16_t) 0x7fffffff) macro

Completed in 292 milliseconds