Home
last modified time | relevance | path

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 DMakefile.am53 TIFFDataWidth.3tiff \
A DCMakeLists.txt52 TIFFDataWidth.3tiff
A DMakefile.in359 TIFFDataWidth.3tiff \
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dlibtiff.def20 TIFFDataWidth
A Dtif_dirwrite.c2828 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 Dtiffio.h477 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
A Dtif_dirinfo.c440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
A Dtif_dirread.c840 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 DMakefile.am40 TIFFDataWidth.3tiff.html \
A DCMakeLists.txt33 TIFFDataWidth.3tiff.html
A DMakefile.in342 TIFFDataWidth.3tiff.html \
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
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()
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()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Draw2tiff.c154 depth = TIFFDataWidth(dtype); in main()
375 uint32 depth = TIFFDataWidth(dtype); in guessSize()
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Dtiffio.h477 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dconfigure.com431 TIFFDataWidth=PROCEDURE,-
582 UNIVERSAL=TIFFDataWidth
A DChangeLog6314 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