Lines Matching refs:dx
1066 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect()
1069 if (modded.dx + modded.width > vxres) in pm2fb_fillrect()
1070 modded.width = vxres - modded.dx; in pm2fb_fillrect()
1081 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_fillrect()
1122 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_copyarea()
1127 if (modded.dx + modded.width > vxres) in pm2fb_copyarea()
1128 modded.width = vxres - modded.dx; in pm2fb_copyarea()
1139 ((modded.sx - modded.dx) & 0xfff)); in pm2fb_copyarea()
1140 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_copyarea()
1144 (modded.dx < modded.sx ? PM2F_INCREASE_X : 0) | in pm2fb_copyarea()
1190 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1193 ((image->dx + image->width) & 0x0fff)); in pm2fb_imageblit()
1198 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1261 int x = cursor->image.dx - info->var.xoffset; in pm2vfb_cursor()
1390 int x = cursor->image.dx - info->var.xoffset + 63; in pm2fb_cursor()