Home
last modified time | relevance | path

Searched defs:glyph (Results 1 – 3 of 3) 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()
852 u16 **dir, *row, glyph; in conv_uni_to_pc() 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