Home
last modified time | relevance | path

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

/linux/drivers/tty/vt/
H A Dconsolemap.c187 #define MAX_GLYPH 512 /* Max possible glyph value */
203 #define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \ argument
205 FIELD_PREP(UNI_GLYPH_BITS, (glyph)))
245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl() local
246 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_GLYP in set_inverse_trans_unicode()
300 inverse_translate(const struct vc_data * conp,u16 glyph,bool use_unicode) inverse_translate() argument
866 u16 **dir, *row, glyph; conv_uni_to_pc() local
[all...]
H A Dvt.c70 * original codes or '?' as a last resort if replacement glyph is undefined
521 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local
522 line[x] = inverse_translate(vc, glyph, true); in vc_uniscr_check()
567 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
568 *uni_buf++ = inverse_translate(vc, glyph, true); in vc_uniscr_copy_line()
2888 * as cursor movement) and should not be displayed as a glyph unless in vc_is_control()
2906 * If the original code was a control character we only allow a glyph in vc_is_control()
3003 int glyph = conv_uni_to_pc(vc, tc); in vc_get_glyph() local
3006 if (!(glyph & ~charmask)) in vc_get_glyph()
3007 return glyph; in vc_get_glyph()
[all...]
/linux/include/linux/
H A Dconsolemap.h25 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode);
36 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate() argument
39 return glyph; in inverse_translate()
/linux/drivers/accessibility/braille/
H 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/filesystems/bcachefs/
H A Dcasefolding.rst55 not be true, if the uppercase unicode glyph had a different UTF-8 encoding than
56 the lowercase unicode glyph.
/linux/Documentation/admin-guide/
H A Dunicode.rst121 Several glyph forms for the Klingon alphabet have been proposed.