Home
last modified time | relevance | path

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

/linux-6.15/drivers/video/fbdev/core/
H A Dbitblit.c51 area.sx = sx * vc->vc_font.width; in bit_bmove()
52 area.sy = sy * vc->vc_font.height; in bit_bmove()
53 area.dx = dx * vc->vc_font.width; in bit_bmove()
54 area.dy = dy * vc->vc_font.height; in bit_bmove()
67 region.dx = sx * vc->vc_font.width; in bit_clear()
82 u32 idx = vc->vc_font.width >> 3; in bit_putcs_aligned()
117 u32 idx = vc->vc_font.width >> 3; in bit_putcs_unaligned()
158 image.dx = xx * vc->vc_font.width; in bit_putcs()
160 image.height = vc->vc_font.height; in bit_putcs()
249 if (!vc->vc_font.data) in bit_cursor()
[all …]
H A Dfbcon_ccw.c30 int mod = vc->vc_font.height % 8; in ccw_update_attr()
70 area.sx = sy * vc->vc_font.height; in ccw_bmove()
72 area.dx = dy * vc->vc_font.height; in ccw_bmove()
88 region.dx = sy * vc->vc_font.height; in ccw_clear()
117 vc->vc_font.width); in ccw_putcs_aligned()
120 vc->vc_font.width); in ccw_putcs_aligned()
122 dst += d_pitch * vc->vc_font.width; in ccw_putcs_aligned()
149 image.dx = yy * vc->vc_font.height; in ccw_putcs()
151 image.width = vc->vc_font.height; in ccw_putcs()
276 dx = y * vc->vc_font.height; in ccw_cursor()
[all …]
H A Dfbcon_cw.c56 area.sy = sx * vc->vc_font.width; in cw_bmove()
58 area.dy = dx * vc->vc_font.width; in cw_bmove()
74 region.dy = sx * vc->vc_font.width; in cw_clear()
102 vc->vc_font.width); in cw_putcs_aligned()
105 vc->vc_font.width); in cw_putcs_aligned()
107 dst += d_pitch * vc->vc_font.width; in cw_putcs_aligned()
135 image.dy = xx * vc->vc_font.width; in cw_putcs()
136 image.width = vc->vc_font.height; in cw_putcs()
259 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
319 cur_height = vc->vc_font.height; in cw_cursor()
[all …]
H A Dfbcon_ud.c29 int width = (vc->vc_font.width + 7) >> 3; in ud_update_attr()
91 u32 idx = vc->vc_font.width >> 3; in ud_putcs_aligned()
126 u32 idx = vc->vc_font.width >> 3; in ud_putcs_unaligned()
172 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
174 image.height = vc->vc_font.height; in ud_putcs()
224 unsigned int cw = vc->vc_font.width; in ud_clear_margins()
225 unsigned int ch = vc->vc_font.height; in ud_clear_margins()
307 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height); in ud_cursor()
308 dx = vxres - ((vc->state.x * vc->vc_font.width) + vc->vc_font.width); in ud_cursor()
349 cur_height = vc->vc_font.height/3; in ud_cursor()
[all …]
H A Dfbcon_rotate.c29 if (vc->vc_font.data == ops->fontdata && in fbcon_rotate_font()
33 src = ops->fontdata = vc->vc_font.data; in fbcon_rotate_font()
35 len = vc->vc_font.charcount; in fbcon_rotate_font()
36 s_cellsize = ((vc->vc_font.width + 7)/8) * in fbcon_rotate_font()
37 vc->vc_font.height; in fbcon_rotate_font()
43 vc->vc_font.width; in fbcon_rotate_font()
67 rotate_ud(src, dst, vc->vc_font.width, in fbcon_rotate_font()
68 vc->vc_font.height); in fbcon_rotate_font()
76 rotate_cw(src, dst, vc->vc_font.width, in fbcon_rotate_font()
77 vc->vc_font.height); in fbcon_rotate_font()
[all …]
H A Dfbcon.c1048 vc->vc_font.width = fvc->vc_font.width; in fbcon_init()
1049 vc->vc_font.height = fvc->vc_font.height; in fbcon_init()
1050 vc->vc_font.charcount = fvc->vc_font.charcount; in fbcon_init()
1377 vc->vc_font.width = (*default_mode)->vc_font.width; in fbcon_set_disp()
1378 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp()
1379 vc->vc_font.charcount = (*default_mode)->vc_font.charcount; in fbcon_set_disp()
2037 size = CALC_FONTSZ(vc->vc_font.height, pitch, vc->vc_font.charcount); in fbcon_resize()
2047 vc->vc_font.width); in fbcon_resize()
2421 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
2431 vc->vc_font.width = w; in fbcon_do_set_font()
[all …]
H A Dtileblit.c77 unsigned int cw = vc->vc_font.width; in tile_clear_margins()
78 unsigned int ch = vc->vc_font.height; in tile_clear_margins()
177 map.width = vc->vc_font.width; in fbcon_set_tileops()
178 map.height = vc->vc_font.height; in fbcon_set_tileops()
180 map.length = vc->vc_font.charcount; in fbcon_set_tileops()
/linux-6.15/include/linux/
H A Dconsole_struct.h125 struct console_font vc_font; /* Current VC font set */ member
/linux-6.15/drivers/video/console/
H A Dvgacon.c385 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
1035 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
1070 font->height = c->vc_font.height; in vgacon_font_get()