Lines Matching defs:vxres
626 u32 fgcolor, bgcolor, dx, dy, width, height, vxres, vyres, pixelmask;
639 vxres = info->var.xres_virtual;
648 if (dx > vxres || dy > vyres)
650 if (dx + width > vxres)
651 width = vxres - dx;
839 u32 color, dx, dy, width, height, vxres, vyres;
849 vxres = info->var.xres_virtual;
854 if (dx > vxres || dy > vyres)
856 if (dx + width > vxres)
857 width = vxres - dx;
927 u32 dx, dy, width, height, vxres, vyres, color;
936 vxres = info->var.xres_virtual;
943 if (dx > vxres || dy > vyres || !width || !height)
945 if (dx + width > vxres)
946 width = vxres - dx;
1260 unsigned long dx, dy, width, height, sx, sy, vxres, vyres;
1269 vxres = info->var.xres_virtual;
1274 if (dx > vxres || sx > vxres || dy > vyres || sy > vyres)
1278 if (dx + width > vxres)
1279 width = vxres - dx;
1284 if (sx + width > vxres || sy + height > vyres)