Home
last modified time | relevance | path

Searched refs:y_incr (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/smpte/
Dpaint.c221 gint x_incr, y_incr; in draw_bresenham_line() local
230 y_incr = SIGN (y1 - y0) * stride; in draw_bresenham_line()
239 indep = y_incr; in draw_bresenham_line()
250 dest += y_incr; in draw_bresenham_line()