Lines Matching refs:width
25 int height, int width)
56 width -= 8;
58 w = width >> 4;
71 if (width & 15)
72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL),
75 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
76 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
78 if ((sx + width) & 15) {
82 width -= 8;
84 w = width >> 4;
98 memmove32_col(dst - (width - 16) / (8 / BPL),
99 src - (width - 16) / (8 / BPL),
114 w = width;
119 if ((sx + width) & 15)
158 src = (u8 *)info->screen_base + (sy - 1) * next_line + ((sx + width + 8) & ~15) / (8 / BPL);
159 dst = (u8 *)info->screen_base + (dy - 1) * next_line + ((dx + width + 8) & ~15) / (8 / BPL);
163 w = width;
164 if ((dx + width) & 15)
207 int sy, int sx, int height, int width)
224 width -= 8;
228 rows = width >> 4;
237 width &= 15;
240 if (width) {
253 int dy, int dx, u32 width,
265 width -= 8;
268 if (width >= 16) {
272 for (rows = width / 16; rows; rows--) {
280 width &= 15;
283 if (width)