Searched refs:Y_FRAC_LAST (Results 1 - 4 of 4) sorted by relevance

/external/pixman/pixman/
H A Dpixman-edge-imp.h165 if (pixman_fixed_frac (y) != Y_FRAC_LAST(N_BITS))
H A Dpixman-edge.c305 if (pixman_fixed_frac (y) != Y_FRAC_LAST (8))
H A Dpixman-trap.c46 if (f > Y_FRAC_LAST (n))
83 f = Y_FRAC_LAST (n);
H A Dpixman-private.h361 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST (n) + (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n)) macro

Completed in 64 milliseconds