Searched refs:font_size (Results 1 – 8 of 8) 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/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()
|