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

  /external/pixman/pixman/
pixman-trap.c 99 e->x += n * e->stepx;
133 pixman_fixed_t stepx; local
137 stepx = n * e->stepx;
143 stepx += nx * e->signdx;
147 *stepx_p = stepx;
177 e->stepx = dx / dy;
184 e->stepx = -(-dx / dy);
pixman.h 1007 pixman_fixed_t stepx; member in struct:pixman_edge
    [all...]

Completed in 270 milliseconds