Searched refs:x2_tmp (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/video/fbdev/ |
D | tridentfb.c | 323 u32 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in xp_copy_rect() local 329 x2_tmp = x2 + w - 1; in xp_copy_rect() 332 x2_tmp = x2; in xp_copy_rect() 347 writemmr(par, OLDDST, point(y2_tmp, x2_tmp)); in xp_copy_rect() 463 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local 468 x2_tmp = x2 + w - 1; in tgui_copy_rect() 471 x2_tmp = x2; in tgui_copy_rect() 486 writemmr(par, OLDDST, point(x2_tmp, y2_tmp)); in tgui_copy_rect()
|