Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/libtiff/
H A Dtif_dir.h105 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */ member
/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c4236 tif->tif_dir.td_stripbytecountsorted = 1; in TIFFReadDirectory()
4240 tif->tif_dir.td_stripbytecountsorted = 0; in TIFFReadDirectory()
5815 td->td_stripbytecountsorted = 1; in allocChoppedUpStripArrays()
6373 tif->tif_dir.td_stripbytecountsorted = 1; in _TIFFFillStrilesInternal()
6377 tif->tif_dir.td_stripbytecountsorted = 0; in _TIFFFillStrilesInternal()
H A Dtif_dir.c1391 td->td_stripbytecountsorted = 1; /* Our own arrays always sorted. */ in TIFFDefaultDirectory()