Home
last modified time | relevance | path

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

/libtiff-4.0.7/libtiff/
H A Dtif_dir.h100 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */ member
H A Dtif_dirread.c4017 tif->tif_dir.td_stripbytecountsorted = 1; in TIFFReadDirectory()
4021 tif->tif_dir.td_stripbytecountsorted = 0; in TIFFReadDirectory()
5583 td->td_stripbytecountsorted = 1; in ChopUpSingleUncompressedStrip()
5622 tif->tif_dir.td_stripbytecountsorted = 1; in _TIFFFillStrilesInternal()
5626 tif->tif_dir.td_stripbytecountsorted = 0; in _TIFFFillStrilesInternal()
H A Dtif_dir.c1335 td->td_stripbytecountsorted = 1; /* Our own arrays always sorted. */ in TIFFDefaultDirectory()