Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/video/fbdev/
Dvga16fb.c1030 int x, x2, y2, old_dx, old_dy, vxres, vyres; in vga16fb_copyarea() local
1043 old_dx = area->dx; in vga16fb_copyarea()
1059 if (sx + dx < old_dx || sy + dy < old_dy) in vga16fb_copyarea()
1063 sx += (dx - old_dx); in vga16fb_copyarea()