Home
last modified time | relevance | path

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

/linux/drivers/video/fbdev/core/
A Dfbcon_ccw.c30 int mod = vc->vc_font.height % 8; in ccw_update_attr()
70 region.dx = sy * vc->vc_font.height; in ccw_clear()
99 vc->vc_font.width); in ccw_putcs_aligned()
102 vc->vc_font.width); in ccw_putcs_aligned()
104 dst += d_pitch * vc->vc_font.width; in ccw_putcs_aligned()
131 image.dx = yy * vc->vc_font.height; in ccw_putcs()
133 image.width = vc->vc_font.height; in ccw_putcs()
175 unsigned int cw = vc->vc_font.width; in ccw_clear_margins()
258 dx = y * vc->vc_font.height; in ccw_cursor()
318 cur_height = vc->vc_font.height; in ccw_cursor()
[all …]
A Dfbcon_cw.c32 for (i = 0; i < vc->vc_font.width; i++) { in cw_update_attr()
56 region.dy = sx * vc->vc_font.width; in cw_clear()
84 vc->vc_font.width); in cw_putcs_aligned()
87 vc->vc_font.width); in cw_putcs_aligned()
89 dst += d_pitch * vc->vc_font.width; in cw_putcs_aligned()
117 image.dy = xx * vc->vc_font.width; in cw_putcs()
118 image.width = vc->vc_font.height; in cw_putcs()
158 unsigned int cw = vc->vc_font.width; in cw_clear_margins()
241 dx = vxres - ((y * vc->vc_font.height) + vc->vc_font.height); in cw_cursor()
301 cur_height = vc->vc_font.height; in cw_cursor()
[all …]
A Dbitblit.c53 region.dx = sx * vc->vc_font.width; in bit_clear()
54 region.dy = sy * vc->vc_font.height; in bit_clear()
68 u32 idx = vc->vc_font.width >> 3; in bit_putcs_aligned()
103 u32 idx = vc->vc_font.width >> 3; in bit_putcs_unaligned()
144 image.dx = xx * vc->vc_font.width; in bit_putcs()
145 image.dy = yy * vc->vc_font.height; in bit_putcs()
146 image.height = vc->vc_font.height; in bit_putcs()
177 image.dx += cnt * vc->vc_font.width; in bit_putcs()
193 unsigned int cw = vc->vc_font.width; in bit_clear_margins()
237 src = vc->vc_font.data + ((c & charmask) * (w * vc->vc_font.height)); in bit_cursor()
[all …]
A Dfbcon_ud.c29 int width = (vc->vc_font.width + 7) >> 3; in ud_update_attr()
72 u32 idx = vc->vc_font.width >> 3; in ud_putcs_aligned()
107 u32 idx = vc->vc_font.width >> 3; in ud_putcs_unaligned()
153 image.dy = vyres - ((yy * vc->vc_font.height) + vc->vc_font.height); in ud_putcs()
155 image.height = vc->vc_font.height; in ud_putcs()
205 unsigned int cw = vc->vc_font.width; in ud_clear_margins()
206 unsigned int ch = vc->vc_font.height; in ud_clear_margins()
288 dy = vyres - ((y * vc->vc_font.height) + vc->vc_font.height); in ud_cursor()
289 dx = vxres - ((vc->state.x * vc->vc_font.width) + vc->vc_font.width); in ud_cursor()
330 cur_height = vc->vc_font.height/3; in ud_cursor()
[all …]
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 …]
A Dfbcon.c1050 vc->vc_font.width = fvc->vc_font.width; in fbcon_init()
1051 vc->vc_font.height = fvc->vc_font.height; in fbcon_init()
1052 vc->vc_font.charcount = fvc->vc_font.charcount; in fbcon_init()
1353 vc->vc_font.width = (*default_mode)->vc_font.width; in fbcon_set_disp()
1354 vc->vc_font.height = (*default_mode)->vc_font.height; in fbcon_set_disp()
1355 vc->vc_font.charcount = (*default_mode)->vc_font.charcount; in fbcon_set_disp()
1537 size = CALC_FONTSZ(vc->vc_font.height, pitch, vc->vc_font.charcount); in fbcon_resize()
1547 vc->vc_font.width); in fbcon_resize()
1907 resize = (w != vc->vc_font.width) || (h != vc->vc_font.height); in fbcon_do_set_font()
1913 vc->vc_font.width = w; in fbcon_do_set_font()
[all …]
A Dtileblit.c128 map.width = vc->vc_font.width; in fbcon_set_tileops()
129 map.height = vc->vc_font.height; in fbcon_set_tileops()
131 map.length = vc->vc_font.charcount; in fbcon_set_tileops()
/linux/drivers/usb/misc/sisusbvga/
A Dsisusb_con.c234 c->vc_font.height = sisusb->current_font_height; in sisusbcon_init()
238 rows = c->vc_scan_lines / c->vc_font.height; in sisusbcon_init()
728 baseline = c->vc_font.height - (c->vc_font.height < 10 ? 1 : 2); in sisusbcon_cursor()
732 to = c->vc_font.height; in sisusbcon_cursor()
734 case CUR_TWO_THIRDS: from = c->vc_font.height / 3; in sisusbcon_cursor()
737 case CUR_LOWER_HALF: from = c->vc_font.height / 2; in sisusbcon_cursor()
740 case CUR_LOWER_THIRD: from = (c->vc_font.height * 2) / 3; in sisusbcon_cursor()
1183 vc->vc_font.height = fh; in sisusbcon_do_font_op()
1257 font->height = c->vc_font.height; in sisusbcon_font_get()
/linux/include/linux/
A Dconsole_struct.h126 struct console_font vc_font; /* Current VC font set */ member
/linux/drivers/video/console/
A Dvgacon.c379 c->vc_font.height = c->vc_cell_height = vga_video_font_height; in vgacon_init()
1045 c->vc_font.height = c->vc_cell_height = fontheight; in vgacon_adjust_height()
1080 font->height = c->vc_font.height; in vgacon_font_get()

Completed in 23 milliseconds