Lines Matching refs:vxres
633 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask;
646 vxres = info->var.xres_virtual;
655 if (dx > vxres || dy > vyres)
657 if (dx + width > vxres)
658 width = vxres - dx;
846 u32 color, dx, dy, width, height, vxres, vyres;
856 vxres = info->var.xres_virtual;
861 if (dx > vxres || dy > vyres)
863 if (dx + width > vxres)
864 width = vxres - dx;
933 u32 dx, dy, width, height, vxres, vyres, color;
942 vxres = info->var.xres_virtual;
949 if (dx > vxres || dy > vyres || !width || !height)
951 if (dx + width > vxres)
952 width = vxres - dx;
1266 unsigned long dx, dy, width, height, sx, sy, vxres, vyres;
1275 vxres = info->var.xres_virtual;
1280 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1284 if (dx + width > vxres)
1285 width = vxres - dx;
1290 if (sx + width > vxres || sy + height > vyres)