Searched refs:x1_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 328 x1_tmp = x1 + w - 1; in xp_copy_rect() 331 x1_tmp = x1; in xp_copy_rect() 346 writemmr(par, OLDSRC, point(y1_tmp, x1_tmp)); in xp_copy_rect() 463 u16 x1_tmp, x2_tmp, y1_tmp, y2_tmp; in tgui_copy_rect() local 467 x1_tmp = x1 + w - 1; in tgui_copy_rect() 470 x1_tmp = x1; in tgui_copy_rect() 485 writemmr(par, OLDSRC, point(x1_tmp, y1_tmp)); in tgui_copy_rect()
|