Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dvga16fb.c1033 int x, x2, y2, old_dx, old_dy, vxres, vyres; in vga16fb_copyarea() local
1047 old_dy = area->dy; in vga16fb_copyarea()
1062 if (sx + dx < old_dx || sy + dy < old_dy) in vga16fb_copyarea()
1067 sy += (dy - old_dy); in vga16fb_copyarea()