tag | line | file | source code |
fontwidth | 1960 | arch/m68k/amiga/amifb.c | hs = diwstrt_h * 4 + (p->cursor_x * p->fontwidth) - 4; |
fontwidth | 1962 | arch/m68k/amiga/amifb.c | hs = diwstrt_h + (p->cursor_x * p->fontwidth) / 2 - 1; |
fontwidth | 2210 | arch/m68k/amiga/amifb.c | for (i = 0; (i < p->fontwidth) && (i < 16); i++) |
fontwidth | 2214 | arch/m68k/amiga/amifb.c | for (i = 0; (i < p->fontwidth/2) && (i < 8); i++) |
fontwidth | 29 | arch/m68k/atari/atafb.h | int fontwidth; |
fontwidth | 575 | arch/m68k/console/fbcon.c | !findsoftfont(fb_info->fontname, &p->fontwidth, &p->fontheight, |
fontwidth | 576 | arch/m68k/console/fbcon.c | &p->fontdata) || p->fontwidth != 8) |
fontwidth | 577 | arch/m68k/console/fbcon.c | getdefaultfont(p->var.xres, p->var.yres, NULL, &p->fontwidth, |
fontwidth | 579 | arch/m68k/console/fbcon.c | if (p->fontwidth != 8) |
fontwidth | 590 | arch/m68k/console/fbcon.c | conp->vc_cols = p->var.xres/p->fontwidth; |
fontwidth | 1718 | arch/m68k/console/fbcon.c | size = (p->fontwidth+7)/8 * p->fontheight * 256; |
fontwidth | 1720 | arch/m68k/console/fbcon.c | *w = p->fontwidth; |
fontwidth | 1745 | arch/m68k/console/fbcon.c | w = p->fontwidth; |
fontwidth | 1774 | arch/m68k/console/fbcon.c | resize = (op->fontwidth != p->fontwidth) || |
fontwidth | 1779 | arch/m68k/console/fbcon.c | w = p->fontwidth = op->fontwidth; |
fontwidth | 1790 | arch/m68k/console/fbcon.c | resize = (w != p->fontwidth) || (h != p->fontheight); |
fontwidth | 1811 | arch/m68k/console/fbcon.c | p->fontwidth = w; |
fontwidth | 192 | include/linux/fb.h | int fontwidth; |