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;
923 u32 dx, dy, width, height, vxres, vyres, color; local
933 vyres = info->var.yres_virtual;
939 if (dx > vxres || dy > vyres || !width || !height)
943 if (dy + height > vyres)
944 height = vyres - dy;
1256 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1266 vyres = info->var.yres_virtual;
1270 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1276 if (dy + height > vyres)
1277 height = vyres - dy;
1280 if (sx + width > vxres || sy + height > vyres)