Home
last modified time | relevance | path

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

/external/pdfium/third_party/libtiff/
Dtif_dir.h100 int td_stripbytecountsorted; /* is the bytecount array sorted ascending? */ member
Dtif_dirread.c4055 tif->tif_dir.td_stripbytecountsorted = 1; in TIFFReadDirectory()
4059 tif->tif_dir.td_stripbytecountsorted = 0; in TIFFReadDirectory()
5619 td->td_stripbytecountsorted = 1; in ChopUpSingleUncompressedStrip()
5658 tif->tif_dir.td_stripbytecountsorted = 1; in _TIFFFillStrilesInternal()
5662 tif->tif_dir.td_stripbytecountsorted = 0; in _TIFFFillStrilesInternal()
Dtif_dir.c1371 td->td_stripbytecountsorted = 1; /* Our own arrays always sorted. */ in TIFFDefaultDirectory()