Lines Matching refs:dx
56 if (area->sx >= area->dx && area->sy >= area->dy)
58 else if (area->sx >= area->dx && area->sy <= area->dy)
60 else if (area->sx <= area->dx && area->sy >= area->dy)
66 cmd[4] = (area->dy << 16) | area->dx;
75 static void mb86290fb_imageblit1(u32 *cmd, u16 step, u16 dx, u16 dy,
102 cmd[7] = (dy << 16) | dx;
124 static void mb86290fb_imageblit8(u32 *cmd, u16 step, u16 dx, u16 dy,
135 cmd[1] = (dy << 16) | dx;
163 static void mb86290fb_imageblit16(u32 *cmd, u16 step, u16 dx, u16 dy,
178 cmd[1] = (dy << 16) | dx;
200 u16 dx = image->dx, dy = image->dy;
204 x2 = image->dx + image->width;
210 width = x2 - dx;
251 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info);
266 if (!rect->width || !rect->height || rect->dx > vxres
272 x2 = rect->dx + rect->width;
276 width = x2 - rect->dx;
304 cmd[5] = (rect->dy << 16) | (rect->dx);