Searched refs:X_FRAC_FIRST (Results 1 - 2 of 2) sorted by relevance

/external/pixman/pixman/
H A Dpixman-edge-imp.h58 lx += X_FRAC_FIRST(1) - pixman_fixed_e;
59 rx += X_FRAC_FIRST(1) - pixman_fixed_e;
H A Dpixman-private.h366 #define X_FRAC_FIRST(n) (STEP_X_BIG (n) / 2) macro
367 #define X_FRAC_LAST(n) (X_FRAC_FIRST (n) + (N_X_FRAC (n) - 1) * STEP_X_SMALL (n))
371 X_FRAC_FIRST (n)) / STEP_X_SMALL (n))

Completed in 597 milliseconds