Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_vms.c153 TIFFhowmany(size,512), 0,0,0); ddd in _tiffMapProc()
/libtiff-4.0.7/tools/
H A Dtiffcrop.c161 #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 Dtif_pdsdirread.c1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes); in ChopUpSingleUncompressedStrip()
/libtiff-4.0.7/
H A DChangeLog2116 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.