Lines Matching defs:width
32 int height, int width)
63 width -= 8;
65 w = width >> 4;
78 if (width & 15)
79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
82 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
83 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
85 if ((sx + width) & 15) {
89 width -= 8;
91 w = width >> 4;
105 memmove32_col(dst - (width - 16) / (8 / BPL),
106 src - (width - 16) / (8 / BPL),
121 w = width;
126 if ((sx + width) & 15)
179 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
180 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
184 w = width;
185 if ((dx + width) & 15)
242 int sy, int sx, int height, int width)
259 width -= 8;
263 rows = width >> 4;
272 width &= 15;
275 if (width) {
288 int dy, int dx, u32 width,
300 width -= 8;
303 if (width >= 16) {
307 for (rows = width / 16; rows; rows--) {
317 width &= 15;
320 if (width)