Home
last modified time | relevance | path

Searched refs:strip_bytecount (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/frontend/
H A Dstiff.c188 int strip_bytecount; in write_tiff_bw_header() local
194 strip_bytecount = ((width+7)/8) * height; in write_tiff_bw_header()
234 add_ifd_entry (ifd, 279, IFDE_TYP_LONG, 1, strip_bytecount); in write_tiff_bw_header()
272 int strip_bytecount; in write_tiff_grey_header() local
287 strip_bytecount = width * height * bps; in write_tiff_grey_header()
331 add_ifd_entry (ifd, 279, IFDE_TYP_LONG, 1, strip_bytecount); in write_tiff_grey_header()
395 int strip_bytecount; in write_tiff_color_header() local
411 strip_bytecount = width * height * 3 * bps; in write_tiff_color_header()
458 add_ifd_entry (ifd, 279, IFDE_TYP_LONG, 1, strip_bytecount); in write_tiff_color_header()

Completed in 1 milliseconds