Searched refs:TIFFDataWidth (Results 1 – 4 of 4) sorted by relevance
3013 if( TIFFDataWidth(in_datatype) == 8 && !(tif->tif_flags&TIFF_BIGTIFF) ) in _TIFFRewriteField()3045 (uint8 *)_TIFFCheckMalloc(tif, count, TIFFDataWidth(datatype), in _TIFFRewriteField()3051 memcpy( buf_to_write, data, count * TIFFDataWidth(datatype) ); in _TIFFRewriteField()3111 if( TIFFDataWidth(datatype) > 1 && (tif->tif_flags&TIFF_SWAB) ) in _TIFFRewriteField()3113 if( TIFFDataWidth(datatype) == 2 ) in _TIFFRewriteField()3115 else if( TIFFDataWidth(datatype) == 4 ) in _TIFFRewriteField()3117 else if( TIFFDataWidth(datatype) == 8 ) in _TIFFRewriteField()3126 if( TIFFDataWidth(datatype) * count <= 4 ) in _TIFFRewriteField()3134 if( TIFFDataWidth(datatype) * count <= 8 ) in _TIFFRewriteField()3172 if (!WriteOK(tif, buf_to_write, count*TIFFDataWidth(datatype))) { in _TIFFRewriteField()[all …]
480 extern int TIFFDataWidth(TIFFDataType); /* table of tag datatype widths */
438 TIFFDataWidth(TIFFDataType type) in TIFFDataWidth() function
842 typesize=TIFFDataWidth(direntry->tdir_type); in TIFFReadDirEntryArrayWithLimit()4551 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()