Lines Matching refs:vyres
182 int vxres, vyres; in unifb_fillrect() local
190 vyres = info->var.yres_virtual; in unifb_fillrect()
195 modded.dx >= vxres || modded.dy >= vyres) in unifb_fillrect()
200 if (modded.dy + modded.height > vyres) in unifb_fillrect()
201 modded.height = vyres - modded.dy; in unifb_fillrect()
288 u32 vxres, vyres; in unifb_copyarea() local
302 vyres = info->var.yres_virtual; in unifb_copyarea()
305 modded.sx >= vxres || modded.sy >= vyres || in unifb_copyarea()
306 modded.dx >= vxres || modded.dy >= vyres) in unifb_copyarea()
313 if (modded.sy + modded.height > vyres) in unifb_copyarea()
314 modded.height = vyres - modded.sy; in unifb_copyarea()
315 if (modded.dy + modded.height > vyres) in unifb_copyarea()
316 modded.height = vyres - modded.dy; in unifb_copyarea()