Home
last modified time | relevance | path

Searched refs:fbm_plnlen (Results 1 – 1 of 1) sorted by last modified time

/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Duoutput.c128 int fbm_rowlen, fbm_plnlen, fbm_clrlen; in out_image() local
245 fbm_plnlen = width * height; in out_image()
255 sprintf (&wbuff[60], "%11d", fbm_plnlen); in out_image()
272 if (fwrite(image_buffer, 1, fbm_plnlen, fpout) != fbm_plnlen) in out_image()