Searched refs:font_size (Results 1 – 12 of 12) sorted by relevance
| /u-boot/drivers/video/ |
| A D | console_truetype.c | 117 int font_size; member 212 diff = (rowsrc - rowdst) * met->font_size; in console_truetype_move_rows() 614 uint font_size, const void *font_data) in truetype_add_metrics() argument 626 met->font_size = font_size; in truetype_add_metrics() 675 vc_priv->x_charsize = met->font_size; in select_metrics() 676 vc_priv->y_charsize = met->font_size; in select_metrics() 732 *sizep = met->font_size; in console_truetype_get_font_size() 743 uint font_size; in console_truetype_probe() local 747 if (vid_priv->font_size) in console_truetype_probe() 748 font_size = vid_priv->font_size; in console_truetype_probe() [all …]
|
| A D | sandbox_sdl.c | 45 uc_priv->font_size = plat->font_size; in sandbox_sdl_probe()
|
| A D | stb_truetype.h | 536 …tt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size, 553 float font_size; member 2862 float fh = ranges[i].font_size; in stbtt_PackFontRangesGatherRects() 2895 float fh = ranges[i].font_size; in stbtt_PackFontRangesRenderIntoRects() 3007 …tt_PackFontRange(stbtt_pack_context *spc, unsigned char *fontdata, int font_index, float font_size, in stbtt_PackFontRange() argument 3015 range.font_size = font_size; in stbtt_PackFontRange()
|
| /u-boot/boot/ |
| A D | bootflow_menu.c | 136 u32 font_size; in bootflow_menu_apply_theme() local 145 if (!ofnode_read_u32(node, "font-size", &font_size)) { in bootflow_menu_apply_theme() 148 log_debug("font size %d\n", font_size); in bootflow_menu_apply_theme() 149 scene_txt_set_font(scn, OBJ_PROMPT, NULL, font_size); in bootflow_menu_apply_theme() 150 scene_txt_set_font(scn, OBJ_POINTER, NULL, font_size); in bootflow_menu_apply_theme() 153 font_size); in bootflow_menu_apply_theme() 156 scene_txt_set_font(scn, ITEM_KEY + i, NULL, font_size); in bootflow_menu_apply_theme() 158 font_size); in bootflow_menu_apply_theme()
|
| A D | scene.c | 196 uint font_size) in scene_txt_set_font() argument 204 txt->font_size = font_size; in scene_txt_set_font() 264 if (txt->font_size) in scene_obj_get_hw() 265 return txt->font_size; in scene_obj_get_hw() 319 if (txt->font_name || txt->font_size) { in scene_obj_render() 322 txt->font_size); in scene_obj_render()
|
| /u-boot/test/boot/ |
| A D | bootflow.c | 635 int font_size) in check_font() argument 642 ut_asserteq(font_size, txt->font_size); in check_font() 650 const int font_size = 30; in bootflow_menu_theme() local 672 ut_assertok(check_font(uts, scn, OBJ_PROMPT, font_size)); in bootflow_menu_theme() 673 ut_assertok(check_font(uts, scn, OBJ_POINTER, font_size)); in bootflow_menu_theme() 675 ut_assertok(check_font(uts, scn, ITEM_DESC + i, font_size)); in bootflow_menu_theme() 676 ut_assertok(check_font(uts, scn, ITEM_KEY + i, font_size)); in bootflow_menu_theme() 677 ut_assertok(check_font(uts, scn, ITEM_LABEL + i, font_size)); in bootflow_menu_theme()
|
| A D | expo.c | 263 ut_asserteq(42, txt->font_size); in expo_object_attr()
|
| /u-boot/include/ |
| A D | expo.h | 173 uint font_size; member 415 uint font_size);
|
| A D | video.h | 105 int font_size; member
|
| A D | efi_api.h | 1220 u16 font_size; member
|
| /u-boot/include/dm/ |
| A D | test.h | 165 int font_size; member
|
| /u-boot/test/dm/ |
| A D | video.c | 575 plat->font_size = 100; in dm_test_video_truetype_scroll() 596 plat->font_size = 100; in dm_test_video_truetype_bs()
|
Completed in 333 milliseconds