Lines Matching defs:width
61 cmd[5] = (area->height << 16) | area->width;
70 u16 width, u16 height, u32 fgcolor,
91 bytes = (image->width + 7) >> 3;
97 cmd[8] = (height << 16) | width;
119 u16 width, u16 height, u32 fgcolor,
130 cmd[2] = (height << 16) | width;
134 bytes = image->width;
158 u16 width, u16 height, u32 fgcolor,
168 bytes = image->width << 1;
173 cmd[2] = (height << 16) | width;
192 u16 width = image->width, height = image->height;
196 x2 = image->dx + image->width;
202 width = x2 - dx;
207 step = (width + 31) >> 5;
224 step = (width + 1) >> 1;
230 step = (width + 1) >> 1;
243 cmdfn(cmd, step, dx, dy, width, height, fgcolor, bgcolor, image, info);
252 u32 x2, y2, vxres, vyres, height, width, fg;
258 if (!rect->width || !rect->height || rect->dx > vxres
264 x2 = rect->dx + rect->width;
268 width = x2 - rect->dx;
297 cmd[6] = (height << 16) | width;