Searched refs:TIFFDataWidth (Results 1 – 4 of 4) sorted by relevance
2801 if( TIFFDataWidth(in_datatype) == 8 && !(tif->tif_flags&TIFF_BIGTIFF) ) in _TIFFRewriteField()2820 (uint8 *)_TIFFCheckMalloc(tif, count, TIFFDataWidth(datatype), in _TIFFRewriteField()2826 memcpy( buf_to_write, data, count * TIFFDataWidth(datatype) ); in _TIFFRewriteField()2863 if( TIFFDataWidth(datatype) > 1 && (tif->tif_flags&TIFF_SWAB) ) in _TIFFRewriteField()2865 if( TIFFDataWidth(datatype) == 2 ) in _TIFFRewriteField()2867 else if( TIFFDataWidth(datatype) == 4 ) in _TIFFRewriteField()2869 else if( TIFFDataWidth(datatype) == 8 ) in _TIFFRewriteField()2878 if( TIFFDataWidth(datatype) * count <= 4 ) in _TIFFRewriteField()2886 if( TIFFDataWidth(datatype) * count <= 8 ) in _TIFFRewriteField()2907 if (!WriteOK(tif, buf_to_write, count*TIFFDataWidth(datatype))) { in _TIFFRewriteField()[all …]
478 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
440 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
774 typesize=TIFFDataWidth(direntry->tdir_type); in TIFFReadDirEntryArray()4353 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()