Searched defs:glyph (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/tty/vt/ |
H A D | consolemap.c | 203 #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 D | vt.c | 511 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local 557 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 232 pixman_image_t *glyph; in qemu_pixman_glyph_from_vgafont() local 251 void qemu_pixman_glyph_render(pixman_image_t *glyph, in qemu_pixman_glyph_render()
|
H A D | console.c | 525 pixman_image_t *glyph; in qemu_create_placeholder_surface() local
|
/openbmc/linux/include/linux/ |
H A D | consolemap.h | 32 static inline u16 inverse_translate(const struct vc_data *conp, u16 glyph, in inverse_translate()
|
/openbmc/linux/drivers/accessibility/braille/ |
H A D | braille_console.c | 131 u16 glyph = screen_glyph(vc, in vc_refresh() local
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() 1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() 2420 …info *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int… in stbtt_GetGlyphBitmapSubpixel() 2460 …etGlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int… in stbtt_GetGlyphBitmap() 2465 …, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph) in stbtt_MakeGlyphBitmapSubpixel() 2484 …signed char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph) in stbtt_MakeGlyphBitmap() 2860 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesGatherRects() local 2901 int glyph = stbtt_FindGlyphIndex(info, codepoint); in stbtt_PackFontRangesRenderIntoRects() local
|