Lines Matching refs:vyres
179 int vxres, vyres; in unifb_fillrect() local
187 vyres = info->var.yres_virtual; in unifb_fillrect()
192 modded.dx >= vxres || modded.dy >= vyres) in unifb_fillrect()
197 if (modded.dy + modded.height > vyres) in unifb_fillrect()
198 modded.height = vyres - modded.dy; in unifb_fillrect()
285 u32 vxres, vyres; in unifb_copyarea() local
299 vyres = info->var.yres_virtual; in unifb_copyarea()
302 modded.sx >= vxres || modded.sy >= vyres || in unifb_copyarea()
303 modded.dx >= vxres || modded.dy >= vyres) in unifb_copyarea()
310 if (modded.sy + modded.height > vyres) in unifb_copyarea()
311 modded.height = vyres - modded.sy; in unifb_copyarea()
312 if (modded.dy + modded.height > vyres) in unifb_copyarea()
313 modded.height = vyres - modded.dy; in unifb_copyarea()