Searched refs:old_dx (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | vga16fb.c | 1033 int x, x2, y2, old_dx, old_dy, vxres, vyres; in vga16fb_copyarea() local 1046 old_dx = area->dx; in vga16fb_copyarea() 1062 if (sx + dx < old_dx || sy + dy < old_dy) in vga16fb_copyarea() 1066 sx += (dx - old_dx); in vga16fb_copyarea()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | vga16fb.c | 1031 int x, x2, y2, old_dx, old_dy, vxres, vyres; in vga16fb_copyarea() local 1044 old_dx = area->dx; in vga16fb_copyarea() 1060 if (sx + dx < old_dx || sy + dy < old_dy) in vga16fb_copyarea() 1064 sx += (dx - old_dx); in vga16fb_copyarea()
|
Completed in 5 milliseconds