Home
last modified time | relevance | path

Searched refs:logo_height (Results 1 – 1 of 1) sorted by relevance

/scripts/
Dpnmtologo.c73 static unsigned int logo_height; variable
154 logo_height = get_number(fp); in read_image()
157 logo_data = (struct color **)malloc(logo_height*sizeof(struct color *)); in read_image()
160 for (i = 0; i < logo_height; i++) { in read_image()
170 for (i = 0; i < logo_height; i++) in read_image()
179 for (i = 0; i < logo_height; i++) in read_image()
188 for (i = 0; i < logo_height; i++) in read_image()
250 fprintf(out, " .height\t= %d,\n", logo_height); in write_footer()
282 for (i = 0; i < logo_height; i++) in write_logo_mono()
291 for (i = 0; i < logo_height; i++) { in write_logo_mono()
[all …]