Searched defs:old_dy (Results 1 - 1 of 1) sorted by relevance

/drivers/video/fbdev/
H A Dvga16fb.c1014 int x, x2, y2, old_dx, old_dy, vxres, vyres; local
1028 old_dy = area->dy;
1043 if (sx + dx < old_dx || sy + dy < old_dy)
1048 sy += (dy - old_dy);

Completed in 29 milliseconds