| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dixfontstr.h | 34 #define FONTCHARSET(font) (font) argument 35 #define FONTMAXBOUNDS(font,field) (font)->info.maxbounds.field argument 36 #define FONTMINBOUNDS(font,field) (font)->info.minbounds.field argument 37 #define TERMINALFONT(font) (font)->info.terminalFont argument 38 #define FONTASCENT(font) (font)->info.fontAscent argument 39 #define FONTDESCENT(font) (font)->info.fontDescent argument 40 #define FONTGLYPHS(font) 0 argument 41 #define FONTCONSTMETRICS(font) (font)->info.constantMetrics argument 42 #define FONTCONSTWIDTH(font) (font)->info.constantWidth argument 43 #define FONTALLEXIST(font) (font)->info.allExist argument [all …]
|
| /OK3568_Linux_fs/kernel/lib/fonts/ |
| H A D | Makefile | 4 font-objs := fonts.o 6 font-objs-$(CONFIG_FONT_SUN8x16) += font_sun8x16.o 7 font-objs-$(CONFIG_FONT_SUN12x22) += font_sun12x22.o 8 font-objs-$(CONFIG_FONT_8x8) += font_8x8.o 9 font-objs-$(CONFIG_FONT_8x16) += font_8x16.o 10 font-objs-$(CONFIG_FONT_6x11) += font_6x11.o 11 font-objs-$(CONFIG_FONT_7x14) += font_7x14.o 12 font-objs-$(CONFIG_FONT_10x18) += font_10x18.o 13 font-objs-$(CONFIG_FONT_PEARL_8x8) += font_pearl_8x8.o 14 font-objs-$(CONFIG_FONT_ACORN_8x8) += font_acorn_8x8.o [all …]
|
| H A D | Kconfig | 25 bool "VGA 8x8 font" if FONTS 29 This is the "high resolution" font for the VGA frame buffer (the one 32 Note that this is a poor quality font. The VGA 8x16 font is quite a 39 bool "VGA 8x16 font" if FONTS 42 This is the "high resolution" font for the VGA frame buffer (the one 48 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS 52 Small console font with Macintosh-style high-half glyphs. Some Mac 56 bool "console 7x14 font (not supported by all drivers)" if FONTS 59 Console font with characters just a bit smaller than the default. 60 If the standard 8x16 font is a little too big for you, say Y. [all …]
|
| /OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 7 …font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,butto… 13 …font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,… 19 …font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,str…
|
| H A D | fonts-min.css | 7 …font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,texta…
|
| /OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/css/ |
| H A D | yui-reset-fonts-base.css | 7 …font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,butto… 13 …font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,… 19 …font-size:138.5%}h2{font-size:123.1%}h3{font-size:108%}h1,h2,h3{margin:1em 0}h1,h2,h3,h4,h5,h6,str…
|
| H A D | fonts-min.css | 7 …font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small}select,input,texta…
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_font.c | 32 glamor_font_get(ScreenPtr screen, FontPtr font) in glamor_font_get() argument 53 privates = FontGetPrivate(font, glamor_font_private_index); in glamor_font_get() 58 xfont2_font_set_private(font, glamor_font_private_index, privates); in glamor_font_get() 67 num_cols = font->info.lastCol - font->info.firstCol + 1; in glamor_font_get() 68 num_rows = font->info.lastRow - font->info.firstRow + 1; in glamor_font_get() 71 … glyph_width_pixels = font->info.maxbounds.rightSideBearing - font->info.minbounds.leftSideBearing; in glamor_font_get() 72 glyph_height = font->info.maxbounds.ascent + font->info.maxbounds.descent; in glamor_font_get() 104 c[0] = font->info.lastRow + 1; in glamor_font_get() 105 c[1] = font->info.lastCol + 1; in glamor_font_get() 106 (*font->get_glyphs)(font, 1, c, TwoD16Bit, &count, &glyph); in glamor_font_get() [all …]
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0008-font-Do-not-load-more-than-one-NAME-section.patch | 4 Subject: [PATCH] font: Do not load more than one NAME section 9 The GRUB font file can have one NAME section only. Though if somebody 10 crafts a broken font file with many NAME sections and loads it then the 19 grub-core/font/font.c | 6 ++++++ 22 diff --git a/grub-core/font/font.c b/grub-core/font/font.c 24 --- a/grub-core/font/font.c 25 +++ b/grub-core/font/font.c 30 + if (font->name != NULL) 32 + grub_error (GRUB_ERR_BAD_FONT, "invalid font file: too many NAME sections"); 36 font->name = read_section_as_string (§ion); [all …]
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | earlycon.c | 17 static const struct font_desc *font; variable 94 for (i = 0; i < height - font->height; i++) { in efi_earlycon_scroll_up() 99 src = efi_earlycon_map((i + font->height) * len, len); in efi_earlycon_scroll_up() 120 bytes = BITS_TO_BYTES(font->width); in efi_earlycon_write_char() 121 src = font->data + c * font->height * bytes + h * bytes; in efi_earlycon_write_char() 123 for (m = 0; m < font->width; m++) { in efi_earlycon_write_char() 155 linemax = (si->lfb_width - efi_x) / font->width; in efi_earlycon_write() 159 for (h = 0; h < font->height; h++) { in efi_earlycon_write() 172 x += font->width; in efi_earlycon_write() 180 efi_x += count * font->width; in efi_earlycon_write() [all …]
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | mipolytext.c | 75 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in miPolyText8() 82 FONTGLYPHS(pGC->font)); in miPolyText8() 94 GetGlyphs(pGC->font, (unsigned long) count, (unsigned char *) chars, in miPolyText16() 95 (FONTLASTROW(pGC->font) == 0) ? Linear16Bit : TwoD16Bit, in miPolyText16() 102 FONTGLYPHS(pGC->font)); in miPolyText16() 110 FontPtr font = pGC->font; in miImageText8() local 113 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, in miImageText8() 117 FONTGLYPHS(font)); in miImageText8() 125 FontPtr font = pGC->font; in miImageText16() local 128 GetGlyphs(font, (unsigned long) count, (unsigned char *) chars, in miImageText16() [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/sphinx-static/ |
| H A D | theme_overrides.css | 6 font-family: Verdana, Sans, sans-serif; 12 font-family: Arial, Sans; 18 font-size: 2em; 27 font-size: 1.8em; 29 font-weight: normal; 30 font-style: italic; 36 font-size: 1.5em; 37 font-weight: bold; 43 font-size: 142.14%; 50 font-size: 140%; [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/sphinx-static/ |
| H A D | theme_overrides.css | 6 font-family: Verdana, Sans, sans-serif; 12 font-family: Arial, Sans; 18 font-size: 2em; 27 font-size: 1.8em; 29 font-weight: normal; 30 font-style: italic; 36 font-size: 1.5em; 37 font-weight: bold; 43 font-size: 142.14%; 50 font-size: 140%; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx-static/ |
| H A D | theme_overrides.css | 10 font-family: serif; 12 font-size: 100%; 16 font-family: sans-serif; 28 font-family: monospace; 30 font-size: 100%; 34 font-family: sans-serif; 38 font-style: normal; 42 font-size: 100%; 85 .rst-content table.docutils caption { text-align: left; font-size: 100%; } 89 * - captions should have 100% (not 85%) font size [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-font/ |
| H A D | font-adobe-100dpi_1.0.3.bb | 1 require recipes-graphics/xorg-font/xorg-font-common.inc 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/adobe-100dpi/" 5 SECTION = "x11/font" 9 DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native" 13 UPSTREAM_CHECK_REGEX = "font\-adobe\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| H A D | font-bh-100dpi_1.0.3.bb | 1 require recipes-graphics/xorg-font/xorg-font-common.inc 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-100dpi/" 5 SECTION = "x11/font" 9 DEPENDS += "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native" 13 UPSTREAM_CHECK_REGEX = "font\-bh\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| H A D | font-adobe-utopia-100dpi_1.0.4.bb | 1 require recipes-graphics/xorg-font/xorg-font-common.inc 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/adobe-utopia-100dpi/" 5 SECTION = "x11/font" 9 DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native" 13 UPSTREAM_CHECK_REGEX = "font\-adobe\-utopia\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| H A D | font-bh-lucidatypewriter-100dpi_1.0.3.bb | 1 require recipes-graphics/xorg-font/xorg-font-common.inc 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bh-lucidatypewriter-100dpi/" 5 SECTION = "x11/font" 9 DEPENDS = "util-macros-native font-util-native bdftopcf-native font-util" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native" 13 UPSTREAM_CHECK_REGEX = "font\-bh\-lucidatypewriter\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| H A D | font-bitstream-100dpi_1.0.3.bb | 1 require recipes-graphics/xorg-font/xorg-font-common.inc 4 HOMEPAGE = "http://cgit.freedesktop.org/xorg/font/bitstream-100dpi/" 5 SECTION = "x11/font" 9 DEPENDS = "util-macros-native font-util-native bdftopcf-native" 10 RDEPENDS:${PN} = "encodings font-util" 11 RDEPENDS:${PN}:class-native = "font-util-native" 13 UPSTREAM_CHECK_REGEX = "font\-bitstream\-100dpi\-(?P<pver>\d+(\.\d+)+).tar.gz"
|
| H A D | xorg-fonts-100dpi.bb | 1 SUMMARY = "Xorg 100 DPI font set" 5 # rdepends on font recipes with this restriction 9 font-adobe-100dpi \ 10 font-adobe-utopia-100dpi \ 11 font-bh-100dpi \ 12 font-bh-lucidatypewriter-100dpi \ 13 font-bitstream-100dpi \
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics.c | 111 GRFont *font = gr_font; in gr_text() local 114 if (!font->texture) return; in gr_text() 117 bold = bold && (font->texture->height != font->cheight); in gr_text() 124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break; in gr_text() 127 unsigned char* src_p = font->texture->data + (off * font->cwidth) + in gr_text() 128 (bold ? font->cheight * font->texture->row_bytes : 0); in gr_text() 131 text_blend(src_p, font->texture->row_bytes, in gr_text() 133 font->cwidth, font->cheight); in gr_text() 136 x += font->cwidth; in gr_text() 284 gr_font->texture->width = font.width; in gr_init_font() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/files/ |
| H A D | CVE-2022-2601.patch | 4 Subject: [PATCH] font: Fix several integer overflows in 25 grub-core/font/font.c | 29 +++++++++++++++++------------ 28 diff --git a/grub-core/font/font.c b/grub-core/font/font.c 30 --- a/grub-core/font/font.c 31 +++ b/grub-core/font/font.c 72 glyph->font = main_glyph->font;
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics.c | 165 GRFont *font = gr_font; in gr_text() local 169 if (!font || !font->texture || (gr_current & alpha_mask) == 0) return; in gr_text() 171 if (font->texture->pixel_bytes != 1) { in gr_text() 176 bold = bold && (font->texture->height != font->char_height); in gr_text() 183 if (outside(x, y) || outside(x + font->char_width - 1, y + font->char_height - 1)) break; in gr_text() 191 uint8_t* src_p = font->texture->data + ((ch - ' ') * font->char_width) + in gr_text() 192 (bold ? font->char_height * font->texture->row_bytes : 0); in gr_text() 195 text_blend(src_p, font->texture->row_bytes, dst_p, row_pixels, font->char_width, in gr_text() 196 font->char_height); in gr_text() 197 x += font->char_width; in gr_text() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | interactive.svg | 18 …<text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 19 …<text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 20 …<text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 21 …<text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 22 …<text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 23 …<text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | sticore.c | 140 struct sti_cooked_font *font) in sti_putc() argument 144 .font_start_addr = STI_PTR(font->raw), in sti_putc() 148 .dest_x = x * font->width, in sti_putc() 149 .dest_y = y * font->height, in sti_putc() 200 int height, int width, int c, struct sti_cooked_font *font) in sti_clear() argument 206 .src_x = src_x * font->width, in sti_clear() 207 .src_y = src_y * font->height, in sti_clear() 208 .dest_x = src_x * font->width, in sti_clear() 209 .dest_y = src_y * font->height, in sti_clear() 210 .width = width * font->width, in sti_clear() [all …]
|