Lines Matching refs:dx
52 if (area->sx >= area->dx && area->sy >= area->dy)
54 else if (area->sx >= area->dx && area->sy <= area->dy)
56 else if (area->sx <= area->dx && area->sy >= area->dy)
62 cmd[4] = (area->dy << 16) | area->dx;
71 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy,
98 cmd[7] = (dy << 16) | dx;
120 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy,
131 cmd[1] = (dy << 16) | dx;
159 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy,
174 cmd[1] = (dy << 16) | dx;
195 u16 dx = image->dx, dy = image->dy;
198 x2 = image->dx + image->width;
204 width = x2 - dx;
245 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info);
260 if (!rect->width || !rect->height || rect->dx > vxres
266 x2 = rect->dx + rect->width;
270 width = x2 - rect->dx;
298 cmd[5] = (rect->dy << 16) | (rect->dx);