Searched refs:TIFFhowmany8 (Results 1 – 4 of 4) sorted by relevance
60 #define TIFFhowmany8(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro233 rowbuf = _TIFFmalloc(TIFFhowmany8(xsize)); in main()234 refbuf = _TIFFmalloc(TIFFhowmany8(xsize)); in main()368 uint32 linesize = TIFFhowmany8(xsize); in copyFaxFile()
50 #ifndef TIFFhowmany851 # define TIFFhowmany8(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro559 int bpr = TIFFhowmany8(rw); in setImage1()
163 #define TIFFhowmany8(x) (((x)&0x07)?((uint32)(x)>>3)+1:(uint32)(x)>>3) macro5790 line_bytes = TIFFhowmany8(owidth * image->bps) * image->spp; in computeOutputPixelOffsets()
5719 * libtiff/{tif_dirinfo.c, tif_strip.c, tif_tile.c}: Use TIFFhowmany8()5750 * libtiff/{tiffiop.h, tif_strip.c}: Use TIFFhowmany8() macro instead
Completed in 26 milliseconds