Searched refs:pixels_left (Results 1 – 1 of 1) sorted by relevance
187 int dx, dy, incr1, incr2, D, x, y, xend, c, pixels_left; in VGLLine() local223 pixels_left = (dx - 1) % 4; /* number of pixels left over at the in VGLLine()226 if (pixels_left < 0) in VGLLine()271 if (pixels_left) { in VGLLine()274 if (pixels_left > 1) in VGLLine()276 if (pixels_left > 2) in VGLLine()281 if (pixels_left > 1) in VGLLine()283 if (pixels_left > 2) in VGLLine()288 if (pixels_left > 1) in VGLLine()290 if (pixels_left > 2) in VGLLine()[all …]