Searched refs:TIFFDataWidth (Results 1 – 17 of 17) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/man/ |
A D | Makefile.am | 53 TIFFDataWidth.3tiff \
|
A D | CMakeLists.txt | 52 TIFFDataWidth.3tiff
|
A D | Makefile.in | 359 TIFFDataWidth.3tiff \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | libtiff.def | 20 TIFFDataWidth
|
A D | tif_dirwrite.c | 2828 if( TIFFDataWidth(in_datatype) == 8 && !(tif->tif_flags&TIFF_BIGTIFF) ) in _TIFFRewriteField() 2847 (uint8 *)_TIFFCheckMalloc(tif, count, TIFFDataWidth(datatype), in _TIFFRewriteField() 2853 memcpy( buf_to_write, data, count * TIFFDataWidth(datatype) ); in _TIFFRewriteField() 2890 if( TIFFDataWidth(datatype) > 1 && (tif->tif_flags&TIFF_SWAB) ) in _TIFFRewriteField() 2892 if( TIFFDataWidth(datatype) == 2 ) in _TIFFRewriteField() 2894 else if( TIFFDataWidth(datatype) == 4 ) in _TIFFRewriteField() 2896 else if( TIFFDataWidth(datatype) == 8 ) in _TIFFRewriteField() 2905 if( TIFFDataWidth(datatype) * count <= 4 ) in _TIFFRewriteField() 2913 if( TIFFDataWidth(datatype) * count <= 8 ) in _TIFFRewriteField() 2934 if (!WriteOK(tif, buf_to_write, count*TIFFDataWidth(datatype))) { in _TIFFRewriteField() [all …]
|
A D | tiffio.h | 477 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
|
A D | tif_dirinfo.c | 440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
|
A D | tif_dirread.c | 840 typesize=TIFFDataWidth(direntry->tdir_type); in TIFFReadDirEntryArrayWithLimit() 4514 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/html/man/ |
A D | Makefile.am | 40 TIFFDataWidth.3tiff.html \
|
A D | CMakeLists.txt | 33 TIFFDataWidth.3tiff.html
|
A D | Makefile.in | 342 TIFFDataWidth.3tiff.html \
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/ |
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()
|
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()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | raw2tiff.c | 154 depth = TIFFDataWidth(dtype); in main() 375 uint32 depth = TIFFDataWidth(dtype); in guessSize()
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | tiffio.h | 477 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | configure.com | 431 TIFFDataWidth=PROCEDURE,- 582 UNIVERSAL=TIFFDataWidth
|
A D | ChangeLog | 6314 TIFFDataWidth() function insted of tiffDataWidth array. 6559 * libtiff/tif_dirinfo.c: TIFFDataWidth() returns 0 in case of 6865 * /libtiff/{tiffio.h, tif_dir.h}: TIFFDataWidth() declaration moved to 6868 * Makefile.in, /man/{TIFFDataWidth.3t, Makefile.in, libtiff.3}: Added 6869 manual page for TIFFDataWidth() function 7097 tif_dirwrite.c: Added routine TIFFDataWidth for detrmining
|
Completed in 40 milliseconds