Lines Matching refs:vyres
623 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
637 vyres = info->var.yres_virtual;
645 if (dx > vxres || dy > vyres)
649 if (dy + height > vyres)
650 height = vyres - dy;
836 u32 color, dx, dy, width, height, vxres, vyres; local
847 vyres = info->var.yres_virtual;
851 if (dx > vxres || dy > vyres)
855 if (dy + height > vyres)
856 height = vyres - dy;
924 u32 dx, dy, width, height, vxres, vyres, color; local
934 vyres = info->var.yres_virtual;
940 if (dx > vxres || dy > vyres || !width || !height)
944 if (dy + height > vyres)
945 height = vyres - dy;
1253 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1263 vyres = info->var.yres_virtual;
1267 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1273 if (dy + height > vyres)
1274 height = vyres - dy;
1277 if (sx + width > vxres || sy + height > vyres)