Searched refs:vc_font (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/video/fbdev/core/
H A Dfbcon_rotate.c29 if (vc->vc_font.data == ops->fontdata &&
33 src = ops->fontdata = vc->vc_font.data;
35 len = vc->vc_font.charcount;
36 s_cellsize = ((vc->vc_font.width + 7)/8) *
37 vc->vc_font.height;
42 d_cellsize = ((vc->vc_font.height + 7)/8) *
43 vc->vc_font.width;
67 rotate_ud(src, dst, vc->vc_font.width,
68 vc->vc_font.height);
76 rotate_cw(src, dst, vc->vc_font
[all...]
H A Dbitblit.c28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
29 int width = DIV_ROUND_UP(vc->vc_font.width, 8);
30 unsigned int cellsize = vc->vc_font.height * width;
51 area.sx = sx * vc->vc_font.width;
52 area.sy = sy * vc->vc_font.height;
53 area.dx = dx * vc->vc_font.width;
54 area.dy = dy * vc->vc_font.height;
55 area.height = height * vc->vc_font.height;
56 area.width = width * vc->vc_font.width;
68 region.dx = sx * vc->vc_font
[all...]
H A Dfbcon_ccw.c28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
29 int width = (vc->vc_font.height + 7) >> 3;
30 int mod = vc->vc_font.height % 8;
39 for (i = 0; i < vc->vc_font.width; i++) {
70 area.sx = sy * vc->vc_font.height;
71 area.sy = vyres - ((sx + width) * vc->vc_font.width);
72 area.dx = dy * vc->vc_font.height;
73 area.dy = vyres - ((dx + width) * vc->vc_font.width);
74 area.width = height * vc->vc_font.height;
75 area.height = width * vc->vc_font
[all...]
H A Dfbcon_cw.c28 int i, j, offset = (vc->vc_font.height < 10) ? 1 : 2;
29 int width = (vc->vc_font.height + 7) >> 3;
32 for (i = 0; i < vc->vc_font.width; i++) {
55 area.sx = vxres - ((sy + height) * vc->vc_font.height);
56 area.sy = sx * vc->vc_font.width;
57 area.dx = vxres - ((dy + height) * vc->vc_font.height);
58 area.dy = dx * vc->vc_font.width;
59 area.width = height * vc->vc_font.height;
60 area.height = width * vc->vc_font.width;
74 region.dx = vxres - ((sy + height) * vc->vc_font
[all...]
H A Dfbcon_ud.c28 int i, offset = (vc->vc_font.height < 10) ? 1 : 2;
29 int width = (vc->vc_font.width + 7) >> 3;
30 unsigned int cellsize = vc->vc_font.height * width;
56 area.sy = vyres - ((sy + height) * vc->vc_font.height);
57 area.sx = vxres - ((sx + width) * vc->vc_font.width);
58 area.dy = vyres - ((dy + height) * vc->vc_font.height);
59 area.dx = vxres - ((dx + width) * vc->vc_font.width);
60 area.height = height * vc->vc_font.height;
61 area.width = width * vc->vc_font.width;
76 region.dy = vyres - ((sy + height) * vc->vc_font
[all...]
H A Dfbcon.c573 logo_lines = DIV_ROUND_UP(logo_height, vc->vc_font.height);
967 vc->vc_font.width = font->width;
968 vc->vc_font.height = font->height;
969 vc->vc_font.data = (void *)(p->fontdata = font->data);
970 vc->vc_font.charcount = font->charcount;
975 cols /= vc->vc_font.width;
976 rows /= vc->vc_font.height;
1027 vc->vc_font.data = (void *)(p->fontdata =
1028 fvc->vc_font.data);
1029 vc->vc_font
[all...]
H A Dtileblit.c144 map.width = vc->vc_font.width;
145 map.height = vc->vc_font.height;
147 map.length = vc->vc_font.charcount;
/linux-master/include/linux/
H A Dconsole_struct.h125 struct console_font vc_font; /* Current VC font set */ member in struct:vc_data
/linux-master/drivers/video/console/
H A Dvgacon.c385 c->vc_font.height = c->vc_cell_height = vga_video_font_height;
1035 c->vc_font.height = c->vc_cell_height = fontheight;
1070 font->height = c->vc_font.height;

Completed in 148 milliseconds