Lines Matching refs:width
29 int width = (vc->vc_font.width + 7) >> 3;
30 unsigned int cellsize = vc->vc_font.height * width;
33 offset = offset * width;
49 int sx, int dy, int dx, int height, int width)
57 area.sx = vxres - ((sx + width) * vc->vc_font.width);
59 area.dx = vxres - ((dx + width) * vc->vc_font.width);
61 area.width = width * vc->vc_font.width;
67 int sx, int height, int width, int fg, int bg)
76 region.dx = vxres - ((sx + width) * vc->vc_font.width);
77 region.width = width * vc->vc_font.width;
91 u32 idx = vc->vc_font.width >> 3;
124 u32 shift_low = 0, mod = vc->vc_font.width % 8;
126 u32 idx = vc->vc_font.width >> 3;
156 u32 width = (vc->vc_font.width + 7)/8;
157 u32 cellsize = width * vc->vc_font.height;
161 u32 mod = vc->vc_font.width % 8, cnt, pitch, size;
173 image.dx = vxres - ((xx + count) * vc->vc_font.width);
191 image.width = vc->vc_font.width * cnt;
192 pitch = ((image.width + 7) >> 3) + scan_align;
201 width, cellsize, &image, buf, dst);
204 width, cellsize, &image,
207 image.dx += image.width;
224 unsigned int cw = vc->vc_font.width;
236 region.width = rw;
245 region.width = info->var.xres;
256 int w = (vc->vc_font.width + 7) >> 3, c;
300 ops->cursor_state.image.width != vc->vc_font.width ||
303 ops->cursor_state.image.width = vc->vc_font.width;
308 dx = vxres - ((vc->state.x * vc->vc_font.width) + vc->vc_font.width);
382 cursor.image.width = ops->cursor_state.image.width;