Home
last modified time | relevance | path

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

/drivers/video/fbdev/core/
A Dfbcon.c1442 p->yscroll += count; in ywrap_up()
1444 p->yscroll -= p->vrows; in ywrap_up()
1461 p->yscroll -= count; in ywrap_down()
1463 p->yscroll += p->vrows; in ywrap_down()
1480 p->yscroll += count; in ypan_up()
1504 p->yscroll += count; in ypan_up_redraw()
1528 p->yscroll -= count; in ypan_down()
1529 if (p->yscroll < 0) { in ypan_down()
1552 p->yscroll -= count; in ypan_down_redraw()
1554 if (p->yscroll < 0) { in ypan_down_redraw()
[all …]
A Dfbcon.h34 short yscroll; /* Hardware scrolling */ member
200 ypos += p->yscroll; in real_y()

Completed in 11 milliseconds