Lines Matching refs:np

495 		sal_uLong ny, np, nStrip, nStripBytesPerRow;  in ReadMap()  local
503 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
505 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
509 pTIFF->Read( pMap[ np ], nBytesPerRow ); in ReadMap()
512 …MayCallback( nMinPercent + ( nMaxPercent - nMinPercent ) * ( np * nImageLength + ny) / ( nImageLen… in ReadMap()
520 sal_uLong ny, np, nStrip, nOptions; in ReadMap() local
557 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
559 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
561 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
567 …if ( aCCIDecom.DecompressScanline( pMap[ np ], nImageWidth * nBitsPerSample * nSamplesPerPixel / n… in ReadMap()
571 MayCallback(nMinPercent+(nMaxPercent-nMinPercent)*(np*nImageLength+ny)/(nImageLength*nPlanes)); in ReadMap()
580 sal_uLong ny, np, nStrip; in ReadMap() local
588 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
590 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
592 nStrip = ny / nRowsPerStrip + np * nStripsPerPlane; in ReadMap()
598 if ( ( aLZWDecom.Decompress( pMap[ np ], nBytesPerRow ) != nBytesPerRow ) || pTIFF->GetError() ) in ReadMap()
600 MayCallback(nMinPercent+(nMaxPercent-nMinPercent)*(np*nImageLength+ny)/(nImageLength*nPlanes)); in ReadMap()
608 sal_uLong nStrip,nRecCount,nRowBytesLeft,ny,np,i; in ReadMap() local
616 for ( np = 0; np < nPlanes; np++ ) in ReadMap()
618 if ( ny / nRowsPerStrip + np * nStripsPerPlane > nStrip ) in ReadMap()
620 nStrip=ny/nRowsPerStrip+np*nStripsPerPlane; in ReadMap()
626 pdst=pMap[ np ]; in ReadMap()
658 MayCallback(nMinPercent+(nMaxPercent-nMinPercent)*(np*nImageLength+ny)/(nImageLength*nPlanes)); in ReadMap()