Searched refs:TIFFDataWidth (Results 1 – 16 of 16) sorted by relevance
| /libtiff-4.0.7/man/ |
| H A D | Makefile.am | 55 TIFFDataWidth.3tiff \
|
| H A D | CMakeLists.txt | 54 TIFFDataWidth.3tiff
|
| H A D | Makefile.in | 361 TIFFDataWidth.3tiff \
|
| /libtiff-4.0.7/libtiff/ |
| H A D | libtiff.def | 20 TIFFDataWidth
|
| H A D | tif_dirwrite.c | 2726 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 D | tiffio.h | 474 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
|
| H A D | tif_dirinfo.c | 440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
|
| H A D | tif_dirread.c | 772 typesize=TIFFDataWidth(direntry->tdir_type); in TIFFReadDirEntryArray() 4315 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
|
| /libtiff-4.0.7/html/man/ |
| H A D | Makefile.am | 40 TIFFDataWidth.3tiff.html \
|
| H A D | CMakeLists.txt | 33 TIFFDataWidth.3tiff.html
|
| H A D | Makefile.in | 342 TIFFDataWidth.3tiff.html \
|
| /libtiff-4.0.7/contrib/pds/ |
| H A D | tif_pdsdirwrite.c | 739 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 D | tif_pdsdirread.c | 309 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 D | raw2tiff.c | 154 depth = TIFFDataWidth(dtype); in main() 375 uint32 depth = TIFFDataWidth(dtype); in guessSize()
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 431 TIFFDataWidth=PROCEDURE,- 582 UNIVERSAL=TIFFDataWidth
|
| H A D | ChangeLog | 5444 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
|