Lines Matching refs:vyres
630 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
644 vyres = info->var.yres_virtual;
652 if (dx > vxres || dy > vyres)
656 if (dy + height > vyres)
657 height = vyres - dy;
843 u32 color, dx, dy, width, height, vxres, vyres; local
854 vyres = info->var.yres_virtual;
858 if (dx > vxres || dy > vyres)
862 if (dy + height > vyres)
863 height = vyres - dy;
930 u32 dx, dy, width, height, vxres, vyres, color; local
940 vyres = info->var.yres_virtual;
946 if (dx > vxres || dy > vyres || !width || !height)
950 if (dy + height > vyres)
951 height = vyres - dy;
1263 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1273 vyres = info->var.yres_virtual;
1277 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1283 if (dy + height > vyres)
1284 height = vyres - dy;
1287 if (sx + width > vxres || sy + height > vyres)