Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dfbcon-vga-planes.c110 int line_ofs; in fbcon_vga_planes_bmove() local
122 line_ofs = p->line_length - width; in fbcon_vga_planes_bmove()
132 src += line_ofs; in fbcon_vga_planes_bmove()
133 dest += line_ofs; in fbcon_vga_planes_bmove()
136 line_ofs = p->line_length - width; in fbcon_vga_planes_bmove()
146 src -= line_ofs; in fbcon_vga_planes_bmove()
147 dest -= line_ofs; in fbcon_vga_planes_bmove()
155 int line_ofs = p->line_length - width; in fbcon_vga_planes_clear() local
176 where += line_ofs; in fbcon_vga_planes_clear()