Lines Matching refs:dy
1073 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect()
1078 if (modded.dy + modded.height > vyres) in pm2fb_fillrect()
1079 modded.height = vyres - modded.dy; 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()
1138 if (modded.dy + modded.height > vyres) in pm2fb_copyarea()
1139 modded.height = vyres - modded.dy; in pm2fb_copyarea()
1145 ((modded.sy - modded.dy) & 0xfff) << 16 | in pm2fb_copyarea()
1147 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_copyarea()
1152 (modded.dy < modded.sy ? PM2F_INCREASE_Y : 0)); in pm2fb_copyarea()
1197 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1199 (((image->dy + image->height) & 0x0fff) << 16) | in pm2fb_imageblit()
1205 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1269 int y = cursor->image.dy - info->var.yoffset; in pm2vfb_cursor()
1398 int y = cursor->image.dy - info->var.yoffset + 63; in pm2fb_cursor()