Lines Matching refs:dy
1066 modded.dx >= vxres || modded.dy >= vyres) in pm2fb_fillrect()
1071 if (modded.dy + modded.height > vyres) in pm2fb_fillrect()
1072 modded.height = vyres - modded.dy; 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()
1131 if (modded.dy + modded.height > vyres) in pm2fb_copyarea()
1132 modded.height = vyres - modded.dy; in pm2fb_copyarea()
1138 ((modded.sy - modded.dy) & 0xfff) << 16 | in pm2fb_copyarea()
1140 pm2_WR(par, PM2R_RECTANGLE_ORIGIN, (modded.dy << 16) | modded.dx); in pm2fb_copyarea()
1145 (modded.dy < modded.sy ? PM2F_INCREASE_Y : 0)); in pm2fb_copyarea()
1190 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1192 (((image->dy + image->height) & 0x0fff) << 16) | in pm2fb_imageblit()
1198 ((image->dy & 0xfff) << 16) | (image->dx & 0x0fff)); in pm2fb_imageblit()
1262 int y = cursor->image.dy - info->var.yoffset; in pm2vfb_cursor()
1391 int y = cursor->image.dy - info->var.yoffset + 63; in pm2fb_cursor()