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

  /external/pixman/pixman/
pixman-edge-imp.h 165 if (pixman_fixed_frac (y) != Y_FRAC_LAST(N_BITS))
pixman-edge.c 305 if (pixman_fixed_frac (y) != Y_FRAC_LAST (8))
pixman-trap.c 46 if (f > Y_FRAC_LAST (n))
83 f = Y_FRAC_LAST (n);
pixman-private.h 361 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST (n) + (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))
    [all...]

Completed in 139 milliseconds