Searched refs:TIFFhowmany (Results 1 – 4 of 4) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_vms.c | 153 TIFFhowmany(size,512), 0,0,0); ddd in _tiffMapProc()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffcrop.c | 161 #ifndef TIFFhowmany 5695 owidth = TIFFhowmany(iwidth, page->cols); in computeOutputPixelOffsets() 5696 olength = TIFFhowmany(ilength, page->rows); in computeOutputPixelOffsets() 5722 ocols = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets() 5723 orows = TIFFhowmany(ilength, olength); in computeOutputPixelOffsets() 5728 ocols = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets() 5729 orows = TIFFhowmany(ilength, owidth); in computeOutputPixelOffsets() 5738 x1 = TIFFhowmany(iwidth, owidth); in computeOutputPixelOffsets() 5739 x2 = TIFFhowmany(ilength, olength); in computeOutputPixelOffsets() 5740 y1 = TIFFhowmany(iwidth, olength); in computeOutputPixelOffsets() [all …]
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirread.c | 1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
|
| /libtiff-4.0.7/ |
| H A D | ChangeLog | 2116 potential overflows. In conjunction with the fix to TIFFhowmany(), 2119 * libtiff/tiffiop.h (TIFFhowmany): Return zero if parameters would 4881 of plain TIFFhowmany() where appropriate.
|