Home
last modified time | relevance | path

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

/libtiff-4.0.7/man/
H A DMakefile.am55 TIFFDataWidth.3tiff \
H A DCMakeLists.txt54 TIFFDataWidth.3tiff
H A DMakefile.in361 TIFFDataWidth.3tiff \
/libtiff-4.0.7/libtiff/
H A Dlibtiff.def20 TIFFDataWidth
H A Dtif_dirwrite.c2726 if( TIFFDataWidth(in_datatype) == 8 && !(tif->tif_flags&TIFF_BIGTIFF) ) in _TIFFRewriteField()
2745 (uint8 *)_TIFFCheckMalloc(tif, count, TIFFDataWidth(datatype), in _TIFFRewriteField()
2751 memcpy( buf_to_write, data, count * TIFFDataWidth(datatype) ); in _TIFFRewriteField()
2788 if( TIFFDataWidth(datatype) > 1 && (tif->tif_flags&TIFF_SWAB) ) in _TIFFRewriteField()
2790 if( TIFFDataWidth(datatype) == 2 ) in _TIFFRewriteField()
2792 else if( TIFFDataWidth(datatype) == 4 ) in _TIFFRewriteField()
2794 else if( TIFFDataWidth(datatype) == 8 ) in _TIFFRewriteField()
2803 if( TIFFDataWidth(datatype) * count <= 4 ) in _TIFFRewriteField()
2811 if( TIFFDataWidth(datatype) * count <= 8 ) in _TIFFRewriteField()
2832 if (!WriteOK(tif, buf_to_write, count*TIFFDataWidth(datatype))) { in _TIFFRewriteField()
[all …]
H A Dtiffio.h474 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
H A Dtif_dirinfo.c440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
H A Dtif_dirread.c772 typesize=TIFFDataWidth(direntry->tdir_type); in TIFFReadDirEntryArray()
4315 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
/libtiff-4.0.7/html/man/
H A DMakefile.am40 TIFFDataWidth.3tiff.html \
H A DCMakeLists.txt33 TIFFDataWidth.3tiff.html
H A DMakefile.in342 TIFFDataWidth.3tiff.html \
/libtiff-4.0.7/contrib/pds/
H A Dtif_pdsdirwrite.c739 if (n * TIFFDataWidth(type) > sizeof buf) in TIFFWriteAnyArray()
740 w = (char*) _TIFFmalloc(n * TIFFDataWidth(type)); in TIFFWriteAnyArray()
875 cc = dir->tdir_count * TIFFDataWidth(dir->tdir_type); in TIFFWriteData()
H A Dtif_pdsdirread.c309 uint32 cc = dp->tdir_count*TIFFDataWidth(dp->tdir_type); in EstimateStripByteCounts()
370 int w = TIFFDataWidth(dir->tdir_type); in TIFFFetchData()
592 dir->tdir_count*TIFFDataWidth(dir->tdir_type), in TIFFFetchRationalArray()
/libtiff-4.0.7/tools/
H A Draw2tiff.c154 depth = TIFFDataWidth(dtype); in main()
375 uint32 depth = TIFFDataWidth(dtype); in guessSize()
/libtiff-4.0.7/
H A Dconfigure.com431 TIFFDataWidth=PROCEDURE,-
582 UNIVERSAL=TIFFDataWidth
H A DChangeLog5444 TIFFDataWidth() function insted of tiffDataWidth array.
5689 * libtiff/tif_dirinfo.c: TIFFDataWidth() returns 0 in case of
5995 * /libtiff/{tiffio.h, tif_dir.h}: TIFFDataWidth() declaration moved to
5998 * Makefile.in, /man/{TIFFDataWidth.3t, Makefile.in, libtiff.3}: Added
5999 manual page for TIFFDataWidth() function
6227 tif_dirwrite.c: Added routine TIFFDataWidth for detrmining