Home
last modified time | relevance | path

Searched defs:glyph (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/tty/vt/
H A Dconsolemap.c203 #define UNI(dir, row, glyph) (FIELD_PREP(UNI_DIR_BITS, (dir)) | \ argument
245 int glyph = conv_uni_to_pc(conp, t[ch]); in set_inverse_transl() local
279 u16 glyph = row[g]; in set_inverse_trans_unicode() local
300 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode) in inverse_translate()
866 u16 **dir, *row, glyph; in conv_uni_to_pc() local
H A Dvt.c521 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local
567 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
3003 int glyph = conv_uni_to_pc(vc, tc); in vc_get_glyph() local
/linux/include/linux/
H A Dconsolemap.h36 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate()
/linux/drivers/accessibility/braille/
H A Dbraille_console.c131 u16 glyph = screen_glyph(vc, in vc_refresh() local