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

  /external/pixman/pixman/
pixman-trap.c 43 f = DIV (f - Y_FRAC_FIRST (n) + (STEP_Y_SMALL (n) - pixman_fixed_e), STEP_Y_SMALL (n)) * STEP_Y_SMALL (n) +
72 f = DIV (f - pixman_fixed_e - Y_FRAC_FIRST (n), STEP_Y_SMALL (n)) * STEP_Y_SMALL (n) +
189 _pixman_edge_multi_init (e, STEP_Y_SMALL (n),
pixman-edge-imp.h 169 y += STEP_Y_SMALL(N_BITS);
pixman-edge.c 309 y += STEP_Y_SMALL (8);
pixman-private.h 357 #define STEP_Y_SMALL(n) (pixman_fixed_1 / N_Y_FRAC (n))
358 #define STEP_Y_BIG(n) (pixman_fixed_1 - (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))
361 #define Y_FRAC_LAST(n) (Y_FRAC_FIRST (n) + (N_Y_FRAC (n) - 1) * STEP_Y_SMALL (n))
    [all...]

Completed in 60 milliseconds