/openbmc/linux/drivers/tty/vt/ |
H A D | consolemap.c | 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_GLYPH && inv[glyph] < 32) in set_inverse_trans_unicode() 281 inv[glyph] = UNI(d, r, g); in set_inverse_trans_unicode() 300 u16 inverse_translate(const struct vc_data *conp, u16 glyph, bool use_unicode) in inverse_translate() argument 305 if (glyph >= MAX_GLYPH) in inverse_translate() [all …]
|
H A D | vt.c | 511 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_check() local 512 line[x] = inverse_translate(vc, glyph, true); in vc_uniscr_check() 557 u16 glyph = scr_readw(p++) & mask; in vc_uniscr_copy_line() local 558 *uni_buf++ = inverse_translate(vc, glyph, true); in vc_uniscr_copy_line()
|
/openbmc/linux/include/linux/ |
H A D | consolemap.h | 25 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, in inverse_translate() argument 35 return glyph; in inverse_translate()
|
/openbmc/qemu/ui/ |
H A D | qemu-pixman.c | 232 pixman_image_t *glyph; in qemu_pixman_glyph_from_vgafont() local 237 glyph = pixman_image_create_bits(PIXMAN_a8, 8, height, in qemu_pixman_glyph_from_vgafont() 239 data = (uint8_t *)pixman_image_get_data(glyph); in qemu_pixman_glyph_from_vgafont() 248 return glyph; in qemu_pixman_glyph_from_vgafont() 251 void qemu_pixman_glyph_render(pixman_image_t *glyph, in qemu_pixman_glyph_render() argument 264 pixman_image_composite(PIXMAN_OP_OVER, ifg, glyph, surface, in qemu_pixman_glyph_render()
|
H A D | console.c | 525 pixman_image_t *glyph; in qemu_create_placeholder_surface() local 532 glyph = qemu_pixman_glyph_from_vgafont(FONT_HEIGHT, vgafont16, msg[i]); in qemu_create_placeholder_surface() 533 qemu_pixman_glyph_render(glyph, surface->image, &fg, &bg, in qemu_create_placeholder_surface() 535 qemu_pixman_image_unref(glyph); in qemu_create_placeholder_surface()
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Arphic-1999 | 16 …including modifying glyph, reordering glyph, converting format, changing font name, or adding/dele… 30 …including modifying glyph, reordering glyph, converting format, changing font name, or adding/dele…
|
/openbmc/openbmc/meta-openembedded/meta-oe/licenses/ |
H A D | Arphic-Public-License | 16 …including modifying glyph, reordering glyph, converting format, changing font name, or adding/dele… 30 …including modifying glyph, reordering glyph, converting format, changing font name, or adding/dele…
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 798 …GlyphBitmap(const stbtt_fontinfo *info, float scale_x, float scale_y, int glyph, int *width, int *… 799 …fo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *… 800 …igned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, int glyph); 801 … int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph); 802 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … 803 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… 1562 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x… in stbtt_GetGlyphBitmapBoxSubpixel() argument 1565 if (!stbtt_GetGlyphBox(font, glyph, &x0,&y0,&x1,&y1)) { in stbtt_GetGlyphBitmapBoxSubpixel() 1580 STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, float scale_x, float … in stbtt_GetGlyphBitmapBox() argument 1582 stbtt_GetGlyphBitmapBoxSubpixel(font, glyph, scale_x, scale_y,0.0f,0.0f, ix0, iy0, ix1, iy1); in stbtt_GetGlyphBitmapBox() [all …]
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
H A D | xcb-util-renderutil_0.3.10.bb | 4 LIC_FILES_CHKSUM = "file://renderutil/glyph.c;endline=24;md5=c517c483b8d726234ec94f9169236661 \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-automat_24.8.1.bb | 2 HOMEPAGE = "https://github.com/glyph/Automat"
|
/openbmc/linux/drivers/accessibility/braille/ |
H A D | braille_console.c | 131 u16 glyph = screen_glyph(vc, in vc_refresh() local 133 buf[i] = inverse_translate(vc, glyph, true); in vc_refresh()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/ |
H A D | 0001-Fix-Translations-containing-invalid-directives-hs.patch | 161 "The glyph %1$.30s in font %2$.30s has a different hint mask on its contours " 172 "The glyph %1$.30s in font %2$.30s has a different number of references than " 184 msgid "The outlines of glyph %2$.30s were not found in the font %1$.60s" 189 msgid "The paths that make up this glyph intersect one another" 198 msgid "There is another glyph in the font with this name" 274 "The glyph %1$.30s has a different number of contours in font %2$.30s than in "
|
/openbmc/openbmc/poky/meta/recipes-graphics/freetype/ |
H A D | freetype_2.13.3.bb | 3 highly customizable, and portable while capable of producing high-quality output (glyph \
|
/openbmc/qemu/include/ui/ |
H A D | qemu-pixman.h | 93 void qemu_pixman_glyph_render(pixman_image_t *glyph,
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-font/xorg-minimal-fonts/misc/ |
H A D | fonts.dir | 407 olgl10.pcf.gz -sun-open look glyph-----10-100-75-75-p-101-sunolglyph-1 408 olgl12.pcf.gz -sun-open look glyph-----12-120-75-75-p-113-sunolglyph-1 409 olgl14.pcf.gz -sun-open look glyph-----14-140-75-75-p-128-sunolglyph-1 410 olgl19.pcf.gz -sun-open look glyph-----19-190-75-75-p-154-sunolglyph-1
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | unicode.rst | 121 Several glyph forms for the Klingon alphabet have been proposed.
|
H A D | devices.txt | 176 0 = /dev/vcs Current vc text (glyph) contents 177 1 = /dev/vcs1 tty1 text (glyph) contents 179 63 = /dev/vcs63 tty63 text (glyph) contents 184 128 = /dev/vcsa Current vc text/attribute (glyph) contents 185 129 = /dev/vcsa1 tty1 text/attribute (glyph) contents 187 191 = /dev/vcsa63 tty63 text/attribute (glyph) contents
|
/openbmc/qemu/ |
H A D | meson_options.txt | 170 description: 'Font glyph conversion support')
|