Lines Matching refs:vyres
631 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask; local
645 vyres = info->var.yres_virtual;
653 if (dx > vxres || dy > vyres)
657 if (dy + height > vyres)
658 height = vyres - dy;
844 u32 color, dx, dy, width, height, vxres, vyres; local
855 vyres = info->var.yres_virtual;
859 if (dx > vxres || dy > vyres)
863 if (dy + height > vyres)
864 height = vyres - dy;
932 u32 dx, dy, width, height, vxres, vyres, color; local
942 vyres = info->var.yres_virtual;
948 if (dx > vxres || dy > vyres || !width || !height)
952 if (dy + height > vyres)
953 height = vyres - dy;
1418 unsigned long dx, dy, width, height, sx, sy, vxres, vyres; local
1428 vyres = info->var.yres_virtual;
1432 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1438 if (dy + height > vyres)
1439 height = vyres - dy;
1442 if (sx + width > vxres || sy + height > vyres)