Searched refs:glyph (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H 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, argument
35 return glyph;
/linux-master/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)) | \
205 FIELD_PREP(UNI_GLYPH_BITS, (glyph)))
245 int glyph = conv_uni_to_pc(conp, t[ch]); local
246 if (glyph >= 0 && glyph < MAX_GLYPH && inv[glyph] < 32) {
248 inv[glyph] = ch;
279 u16 glyph = row[g]; local
280 if (glyph < MAX_GLYP
300 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode) argument
866 u16 **dir, *row, glyph; local
[all...]
H A Dvt.c70 * original codes or '?' as a last resort if replacement glyph is undefined
513 u16 glyph = scr_readw(p++) & mask; local
514 line[x] = inverse_translate(vc, glyph, true);
559 u16 glyph = scr_readw(p++) & mask; local
560 *uni_buf++ = inverse_translate(vc, glyph, true);
2901 * as cursor movement) and should not be displayed as a glyph unless
2919 * If the original code was a control character we only allow a glyph
2967 * In legacy mode use the glyph we get by a 1:1
/linux-master/drivers/accessibility/braille/
H A Dbraille_console.c131 u16 glyph = screen_glyph(vc, local
133 buf[i] = inverse_translate(vc, glyph, true);

Completed in 177 milliseconds