Lines Matching defs:resolution
184 write_tiff_bw_header (FILE *fptr, int width, int height, int resolution)
199 if (resolution > 0)
235 if (resolution > 0)
237 /* x resolution */
240 /* y resolution */
244 if (resolution > 0)
246 /* resolution unit (dpi) */
254 /* Write x/y resolution */
255 if (resolution > 0)
257 write_i4 (fptr, resolution, motorola);
259 write_i4 (fptr, resolution, motorola);
268 int resolution, const char *icc_profile)
292 if (resolution > 0)
336 if (resolution > 0)
338 /* x resolution */
341 /* y resolution */
345 if (resolution > 0)
347 /* resolution unit (dpi) */
370 /* Write x/y resolution */
371 if (resolution > 0)
373 write_i4 (fptr, resolution, motorola);
375 write_i4 (fptr, resolution, motorola);
391 int resolution, const char *icc_profile)
417 if (resolution > 0)
466 if (resolution > 0)
468 /* x resolution */
471 /* y resolution */
476 if (resolution > 0)
478 /* resolution unit (dpi) */
517 /* Write x/y resolution */
518 if (resolution > 0)
520 write_i4 (fptr, resolution, motorola);
522 write_i4 (fptr, resolution, motorola);
540 int resolution, const char *icc_profile, FILE *ofp)
551 write_tiff_color_header (ofp, width, height, depth, resolution, icc_profile);
556 write_tiff_bw_header (ofp, width, height, resolution);
558 write_tiff_grey_header (ofp, width, height, depth, resolution, icc_profile);