Lines Matching refs:y_start
218 int y, y_start, dd, ds; in tcx_update_display() local
224 y_start = -1; in tcx_update_display()
236 if (y_start < 0) in tcx_update_display()
237 y_start = y; in tcx_update_display()
244 if (y_start >= 0) { in tcx_update_display()
246 dpy_gfx_update(ts->con, 0, y_start, in tcx_update_display()
247 ts->width, y - y_start); in tcx_update_display()
248 y_start = -1; in tcx_update_display()
254 if (y_start >= 0) { in tcx_update_display()
256 dpy_gfx_update(ts->con, 0, y_start, in tcx_update_display()
257 ts->width, y - y_start); in tcx_update_display()
268 int y, y_start, dd, ds; in tcx24_update_display() local
275 y_start = -1; in tcx24_update_display()
289 if (y_start < 0) in tcx24_update_display()
290 y_start = y; in tcx24_update_display()
297 if (y_start >= 0) { in tcx24_update_display()
299 dpy_gfx_update(ts->con, 0, y_start, in tcx24_update_display()
300 ts->width, y - y_start); in tcx24_update_display()
301 y_start = -1; in tcx24_update_display()
309 if (y_start >= 0) { in tcx24_update_display()
311 dpy_gfx_update(ts->con, 0, y_start, in tcx24_update_display()
312 ts->width, y - y_start); in tcx24_update_display()