Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx88 …sal_uLong nRowsPerStrip; // Wenn nicht komprimiert: Zahl der Zeilen pro… member in TIFFReader
376 nRowsPerStrip = ReadIntData(); in ReadTagData()
377 OOODEBUG("RowsPerStrip",nRowsPerStrip); in ReadTagData()
505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
508 pTIFF->Seek( pStripOffsets[ nStrip ] + ( ny % nRowsPerStrip ) * nStripBytesPerRow ); in ReadMap()
559 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
590 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
592 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
618 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
[all …]