Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dload-tiff.c40 unsigned *tilebytecounts; member
613 unsigned int rlen = tiff->tilebytecounts[tile]; in tiff_decode_tiles()
639 unsigned int rlen = tiff->tilebytecounts[tile]; in tiff_decode_tiles()
940 if (tiff->tilebytecounts) in tiff_read_tag()
943 tiff_read_tag_value(tiff->tilebytecounts, tiff, type, value, count); in tiff_read_tag()
1259 if (tiff->tilelength && tiff->tilewidth && !tiff->tilebytecounts) in tiff_decode_ifd()
1266 tiff->tilebytecounts[i] = tiff->tilelength * tiff->tilestride; in tiff_decode_ifd()
1281 if (!tiff->tilebytecounts && !tiff->tilebytecountslen && in tiff_decode_ifd()
1284 tiff->tilebytecounts = tiff->stripbytecounts; in tiff_decode_ifd()
1405 fz_free(ctx, tiff.tilebytecounts); in fz_load_tiff_subimage()
[all …]