Searched refs:typewidth (Results 1 – 1 of 1) sorted by relevance
4351 uint32 typewidth; in EstimateStripByteCounts() local4353 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()4354 if (typewidth == 0) { in EstimateStripByteCounts()4360 datasize=(uint64)typewidth*dp->tdir_count; in EstimateStripByteCounts()