Searched refs:logo_height (Results 1 – 2 of 2) sorted by relevance
67 static unsigned int logo_height; variable156 logo_height = get_number(fp); in read_image()159 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *)); in read_image()162 for (i = 0; i < logo_height; i++) { in read_image()173 for (i = 0; i < logo_height; i++) in read_image()182 for (i = 0; i < logo_height; i++) in read_image()191 for (i = 0; i < logo_height; i++) in read_image()251 fprintf(out, "\t.height\t\t= %u,\n", logo_height); in write_footer()283 for (i = 0; i < logo_height; i++) in write_logo_mono()292 for (i = 0; i < logo_height; i++) { in write_logo_mono()[all …]
577 int logo_height; in fbcon_prepare_logo() local590 logo_height = fb_prepare_logo(info, ops->rotate); in fbcon_prepare_logo()591 logo_lines = DIV_ROUND_UP(logo_height, vc->vc_font.height); in fbcon_prepare_logo()