Searched refs:font_size (Results 1 – 7 of 7) sorted by relevance
/u-boot/drivers/video/ |
A D | console_truetype.c | 117 int font_size; member 131 int pixels = priv->font_size * vid_priv->line_length; in console_truetype_set_row() 187 ret = vidconsole_memmove(dev, dst, src, priv->font_size * in console_truetype_move_rows() 193 diff = (rowsrc - rowdst) * priv->font_size; in console_truetype_move_rows() 547 if (vid_priv->font_size) in console_truetype_probe() 548 priv->font_size = vid_priv->font_size; in console_truetype_probe() 550 priv->font_size = CONFIG_CONSOLE_TRUETYPE_SIZE; in console_truetype_probe() 557 vc_priv->x_charsize = priv->font_size; in console_truetype_probe() 558 vc_priv->y_charsize = priv->font_size; in console_truetype_probe() 560 vc_priv->cols = vid_priv->xsize / priv->font_size; in console_truetype_probe() [all …]
|
A D | sandbox_sdl.c | 44 uc_priv->font_size = plat->font_size; in sandbox_sdl_probe()
|
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()
|
/u-boot/include/dm/ |
A D | test.h | 169 int font_size; member
|
/u-boot/include/ |
A D | video.h | 99 int font_size; member
|
A D | efi_api.h | 1108 u16 font_size; member
|
/u-boot/test/dm/ |
A D | video.c | 363 plat->font_size = 100; in dm_test_video_truetype_scroll() 384 plat->font_size = 100; in dm_test_video_truetype_bs()
|
Completed in 25 milliseconds