Home
last modified time | relevance | path

Searched refs:stripbytes (Results 1 – 25 of 51) sorted by relevance

123

/dports/multimedia/opentoonz/opentoonz-1.5.0/thirdparty/tiff-4.0.3/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/tiff/contrib/pds/
H A Dtif_pdsdirread.c1063 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1073 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1077 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1082 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1104 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1105 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1106 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1108 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1109 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/tiff/contrib/pds/
H A Dtif_pdsdirread.c1063 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1073 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1077 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1082 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1104 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1105 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1106 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1108 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1109 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/tiffgt/tiff-4.3.0/contrib/pds/
H A Dtif_pdsdirread.c1063 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1073 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1077 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1082 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1104 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1105 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1106 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1108 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1109 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/tiff/tiff-4.3.0/contrib/pds/
H A Dtif_pdsdirread.c1063 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1073 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1077 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1082 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1104 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1105 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1106 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1108 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1109 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/contrib/pds/
H A Dtif_pdsdirread.c1065 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1075 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1079 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1106 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1107 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1108 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1110 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1111 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/japanese/xv/xv-3.10a/tiff/
H A Dtif_dirread.c1214 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1224 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1228 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1233 nstrips = (tstrip_t) howmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1255 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1256 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1257 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1259 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1260 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/xv-m17n/xv-3.10a/tiff/
H A Dtif_dirread.c1214 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1224 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1228 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1233 nstrips = (tstrip_t) howmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1255 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1256 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1257 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1259 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1260 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/xv/xv-3.10a/tiff/
H A Dtif_dirread.c1214 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1224 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1228 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1233 nstrips = (tstrip_t) howmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1255 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip()
1256 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1257 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1259 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1260 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_dirread.c1553 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1563 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1567 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1575 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1597 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1598 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1599 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1601 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1602 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/tiff/
H A Dtif_dirread.c1457 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1467 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1471 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1501 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1502 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1503 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1505 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1506 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/tiff/
H A Dtif_dirread.c1457 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1467 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1471 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1501 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1502 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1503 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1505 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1506 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/tiff/
H A Dtif_dirread.c1457 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1467 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1471 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1501 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1502 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1503 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1505 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1506 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/tiff/
H A Dtif_dirread.c1457 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1467 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1471 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1479 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1501 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1502 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1503 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1505 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1506 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/tiff/
H A Dtif_dirread.c1553 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1563 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1567 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1575 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1597 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1598 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1599 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1601 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1602 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/megapov/megapov-1.2.1/libraries/tiff/libtiff/
H A Dtif_dirread.c1424 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1434 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1438 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1446 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1468 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1469 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1470 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1472 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1473 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/povray36/povray-3.6.1/libraries/tiff/libtiff/
H A Dtif_dirread.c1424 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1434 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1438 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1446 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1468 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1469 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1470 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1472 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1473 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/povray37/povray-3.7.0.10/libraries/tiff/libtiff/
H A Dtif_dirread.c1721 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1731 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1735 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1745 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1769 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1770 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1771 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1773 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1774 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/tiff/vtktiff/
H A Dtif_dirread.c1723 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1733 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1737 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1747 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1771 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1772 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1773 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1775 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1776 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
/dports/graphics/panomatic/panomatic-0.9.4/libtiff/src/
H A Dtif_dirread.c1721 tsize_t rowbytes = TIFFVTileSize(tif, 1), stripbytes; in ChopUpSingleUncompressedStrip() local
1731 stripbytes = rowbytes; in ChopUpSingleUncompressedStrip()
1735 stripbytes = rowbytes * rowsperstrip; in ChopUpSingleUncompressedStrip()
1745 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
1769 if (stripbytes > (tsize_t) bytecount) in ChopUpSingleUncompressedStrip()
1770 stripbytes = bytecount; in ChopUpSingleUncompressedStrip()
1771 newcounts[strip] = stripbytes; in ChopUpSingleUncompressedStrip()
1773 offset += stripbytes; in ChopUpSingleUncompressedStrip()
1774 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()

123