Searched refs:nRowsPerStrip (Results 1 – 1 of 1) sorted by relevance
376 nRowsPerStrip = ReadIntData(); in ReadTagData()377 OOODEBUG("RowsPerStrip",nRowsPerStrip); in ReadTagData()505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; 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()620 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()1175 nRowsPerStrip = 0xffffffff; // Defaultwert laut Doku in ReadTIFF()[all …]
Completed in 13 milliseconds