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

/linux-master/drivers/video/fbdev/
H A Dvga16fb.c1029 int x, x2, y2, old_dx, old_dy, vxres, vyres; local
1042 old_dx = area->dx;
1058 if (sx + dx < old_dx || sy + dy < old_dy)
1062 sx += (dx - old_dx);

Completed in 85 milliseconds