Searched refs:font_size (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | console_truetype.c | 116 int font_size; member 130 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() 133 line = vid_priv->fb + row * priv->font_size * vid_priv->line_length; in console_truetype_set_row() 178 dst = vid_priv->fb + rowdst * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 179 src = vid_priv->fb + rowsrc * priv->font_size * vid_priv->line_length; in console_truetype_move_rows() 180 memmove(dst, src, priv->font_size * vid_priv->line_length * count); in console_truetype_move_rows() 183 diff = (rowsrc - rowdst) * priv->font_size; in console_truetype_move_rows() 506 if (vid_priv->font_size) in console_truetype_probe() 507 priv->font_size = vid_priv->font_size; in console_truetype_probe() 509 priv->font_size = CONFIG_CONSOLE_TRUETYPE_SIZE; in console_truetype_probe() [all …]
|
| H A D | sandbox_sdl.c | 39 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()
|
| /rk3399_rockchip-uboot/include/dm/ |
| H A D | test.h | 169 int font_size; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | video.h | 78 int font_size; member
|
| /rk3399_rockchip-uboot/test/dm/ |
| H A D | video.c | 320 plat->font_size = 100; in dm_test_video_truetype_scroll() 343 plat->font_size = 100; in dm_test_video_truetype_bs()
|