Home
last modified time | relevance | path

Searched refs:typewidth (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libtiff/
Dtif_dirread.c4351 uint32 typewidth; in EstimateStripByteCounts() local
4353 typewidth = TIFFDataWidth((TIFFDataType) dp->tdir_type); in EstimateStripByteCounts()
4354 if (typewidth == 0) { in EstimateStripByteCounts()
4360 datasize=(uint64)typewidth*dp->tdir_count; in EstimateStripByteCounts()