Lines Matching refs:dx
1073 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect()
1076 if (modded.dx + modded.width > vxres) in pm2fb_fillrect()
1077 modded.width = vxres - modded.dx; in pm2fb_fillrect()
1088 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_fillrect()
1129 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_copyarea()
1134 if (modded.dx + modded.width > vxres) in pm2fb_copyarea()
1135 modded.width = vxres - modded.dx; in pm2fb_copyarea()
1146 ((modded.sx - modded.dx) & 0xfff)); in pm2fb_copyarea()
1147 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_copyarea()
1151 (modded.dx < modded.sx ? PM2F_INCREASE_X : 0) | in pm2fb_copyarea()
1197 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1200 ((image->dx + image->width) & 0x0fff)); in pm2fb_imageblit()
1205 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1268 int x = cursor->image.dx - info->var.xoffset; in pm2vfb_cursor()
1397 int x = cursor->image.dx - info->var.xoffset + 63; in pm2fb_cursor()