Searched refs:logo_height (Results 1 – 1 of 1) sorted by relevance
73 static unsigned int logo_height; variable160 logo_height = get_number(fp); in read_image()163 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *)); in read_image()166 for (i = 0; i < logo_height; i++) { in read_image()177 for (i = 0; i < logo_height; i++) in read_image()186 for (i = 0; i < logo_height; i++) in read_image()195 for (i = 0; i < logo_height; i++) in read_image()257 fprintf(out, "\t.height\t\t= %d,\n", logo_height); in write_footer()289 for (i = 0; i < logo_height; i++) in write_logo_mono()298 for (i = 0; i < logo_height; i++) { in write_logo_mono()[all …]