Searched refs:font_size (Results 1 – 11 of 11) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | console_truetype.c | 115 int font_size; member 129 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() 132 line = vid_priv->fb + row * priv->font_size * vid_priv->line_length; in console_truetype_set_row() 177 dst = vid_priv->fb + rowdst * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 178 src = vid_priv->fb + rowsrc * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 179 memmove(dst, src, priv->font_size * vid_priv->line_length * count); in console_truetype_move_rows() 182 diff = (rowsrc - rowdst) * priv->font_size; in console_truetype_move_rows() 505 if (vid_priv->font_size) in console_truetype_probe() 506 priv->font_size = vid_priv->font_size; in console_truetype_probe() 508 priv->font_size = CONFIG_CONSOLE_TRUETYPE_SIZE; in console_truetype_probe() [all …]
|
H A D | sandbox_sdl.c | 38 uc_priv->font_size = plat->font_size; in sandbox_sdl_probe()
|
H A D | stb_truetype.h | 537 …tt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size, 554 float font_size; member 2853 float fh = ranges[i].font_size; in stbtt_PackFontRangesGatherRects() 2886 float fh = ranges[i].font_size; in stbtt_PackFontRangesRenderIntoRects() 2998 …tt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size, in stbtt_PackFontRange() argument 3006 range.font_size = font_size; in stbtt_PackFontRange()
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/ |
H A D | 0001-Fix-build-with-vc4-driver.patch | 31 float font_size = height*font_size_; 32 ENFORCE(!FT_Set_Pixel_Sizes(ft_face_, 0, font_size)); 33 ENFORCE(!FT_Set_Pixel_Sizes(ft_face_italic_, 0, font_size));
|
/openbmc/linux/arch/x86/boot/ |
H A D | video-mode.c | 118 unsigned int font_size, rows; in vga_recalc_vertical() local 123 font_size = rdfs8(0x485); /* BIOS: font size (pixels) */ in vga_recalc_vertical() 126 rows *= font_size; /* Visible scan lines */ in vga_recalc_vertical()
|
H A D | video.c | 63 u16 font_size; in store_mode_params() local 83 font_size = rdfs16(0x485); /* Font size, BIOS area */ in store_mode_params() 84 boot_params.screen_info.orig_video_points = font_size; in store_mode_params()
|
/openbmc/linux/tools/perf/util/ |
H A D | svghelper.c | 292 double font_size; in svg_waiting() local 304 font_size = 1.0 * (time2pixels(end)-time2pixels(start)); in svg_waiting() 306 if (font_size > 3) in svg_waiting() 307 font_size = 3; in svg_waiting() 309 font_size = round_text_size(font_size); in svg_waiting() 317 if (font_size > MIN_TEXT_SIZE) in svg_waiting() 319 font_size, text); in svg_waiting()
|
/openbmc/u-boot/include/dm/ |
H A D | test.h | 167 int font_size; member
|
/openbmc/u-boot/include/ |
H A D | video.h | 81 int font_size; member
|
H A D | efi_api.h | 961 u16 font_size; member
|
/openbmc/u-boot/test/dm/ |
H A D | video.c | 354 plat->font_size = 100; in dm_test_video_truetype_scroll() 375 plat->font_size = 100; in dm_test_video_truetype_bs()
|