HomeSort by relevance Sort by last modified time
    Searched refs:X_FRAC_FIRST (Results 1 - 2 of 2) sorted by null

  /external/pixman/pixman/
pixman-edge-imp.h 58 lx += X_FRAC_FIRST(1) - pixman_fixed_e;
59 rx += X_FRAC_FIRST(1) - pixman_fixed_e;
pixman-private.h 366 #define X_FRAC_FIRST(n) (STEP_X_BIG (n) / 2)
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))
    [all...]

Completed in 42 milliseconds