Lines Matching defs:width
236 /* We only support width = 8 */
420 sisusbcon_clear(struct vc_data *c, int y, int x, int height, int width)
427 if (width <= 0 || height <= 0)
444 if (width > cols)
445 width = cols;
447 if (x == 0 && width >= c->vc_cols) {
454 sisusbcon_memsetw(dest, eattr, width * 2);
463 length = ((height * cols) - x - (cols - width - x)) * 2;
1206 if (font->width != 8 || (charcount != 256 && charcount != 512))
1256 font->width = 8;
1324 int height, int width) { }