Home
last modified time | relevance | path

Searched refs:glyph (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/tty/vt/
A Dconsolemap.c246 if (glyph >= 0 && glyph < MAX_GLYPH && inv[glyph] < 32) { in set_inverse_transl()
248 inv[glyph] = ch; in set_inverse_transl()
279 u16 glyph = row[g]; in set_inverse_trans_unicode() local
280 if (glyph < MAX_GLYPH && inv[glyph] < 32) in set_inverse_trans_unicode()
305 if (glyph >= MAX_GLYPH) in inverse_translate()
310 return glyph; in inverse_translate()
314 return glyph; in inverse_translate()
321 return glyph; in inverse_translate()
866 u16 **dir, *row, glyph; in conv_uni_to_pc() local
896 if (glyph >= MAX_GLYPH) in conv_uni_to_pc()
[all …]
A Dvt.c513 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local
514 line[x] = inverse_translate(vc, glyph, true); in vc_uniscr_check()
559 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
560 *uni_buf++ = inverse_translate(vc, glyph, true); in vc_uniscr_copy_line()
/linux/include/linux/
A Dconsolemap.h25 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode);
32 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate() argument
35 return glyph; in inverse_translate()
/linux/drivers/accessibility/braille/
A Dbraille_console.c131 u16 glyph = screen_glyph(vc, in vc_refresh() local
133 buf[i] = inverse_translate(vc, glyph, true); in vc_refresh()
/linux/Documentation/admin-guide/
A Dunicode.rst121 Several glyph forms for the Klingon alphabet have been proposed.
A Ddevices.txt176 0 = /dev/vcs Current vc text (glyph) contents
177 1 = /dev/vcs1 tty1 text (glyph) contents
179 63 = /dev/vcs63 tty63 text (glyph) contents
184 128 = /dev/vcsa Current vc text/attribute (glyph) contents
185 129 = /dev/vcsa1 tty1 text/attribute (glyph) contents
187 191 = /dev/vcsa63 tty63 text/attribute (glyph) contents

Completed in 23 milliseconds