Searched refs:typewidth (Results 1 – 2 of 2) sorted by relevance
384 uint16 typewidth; in ReadDirectory() local427 typewidth = 0; in ReadDirectory()429 typewidth = datawidth[type]; in ReadDirectory()430 datasize = TIFFSafeMultiply(tmsize_t,count,typewidth); in ReadDirectory()431 datasizeoverflow = (typewidth > 0 && datasize / typewidth != count); in ReadDirectory()465 count = 0x10000/typewidth; in ReadDirectory()466 datasize = TIFFSafeMultiply(tmsize_t,count,typewidth); in ReadDirectory()472 datasize = TIFFSafeMultiply(tmsize_t,count,typewidth); in ReadDirectory()
4313 uint32 typewidth; in EstimateStripByteCounts() local4315 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()4316 if (typewidth == 0) { in EstimateStripByteCounts()4322 datasize=(uint64)typewidth*dp->tdir_count; in EstimateStripByteCounts()