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

/freebsd-10-stable/lib/libvgl/
H A Dsimple.c223 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; local
259 pixels_left = (dx - 1) % 4; /* number of pixels left over at the
262 if (pixels_left < 0)
307 if (pixels_left) {
310 if (pixels_left > 1)
312 if (pixels_left > 2)
317 if (pixels_left > 1)
319 if (pixels_left > 2)
324 if (pixels_left > 1)
326 if (pixels_left >
[all...]

Completed in 113 milliseconds