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

/external/pixman/pixman/
H A Dpixman-private.h363 #define STEP_X_SMALL(n) (pixman_fixed_1 / N_X_FRAC (n)) macro
364 #define STEP_X_BIG(n) (pixman_fixed_1 - (N_X_FRAC (n) - 1) * STEP_X_SMALL (n))
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 29 milliseconds