Lines Matching refs:nHeight
107 const long nHeight = mpBuffer->mnHeight; in ImplCreate() local
110 mpScanBuf = new Scanline[ nHeight ]; in ImplCreate()
115 for( long nY = 0L; nY < nHeight; nY++, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()
120 for( long nY = nHeight - 1; nY >= 0; nY--, pTmpLine += mpBuffer->mnScanlineSize ) in ImplCreate()
191 const sal_uInt32 nWidth = Width(), nHeight = Height(), nScanSize = GetScanlineSize(); in ImplZeroInitUnusedBits() local
193 if( nWidth && nHeight && nScanSize && GetBuffer() ) in ImplZeroInitUnusedBits()
275 for( sal_uInt32 i = 0; i < nHeight; i++, pLastBytes += nScanSize ) in ImplZeroInitUnusedBits()
291 for( sal_uInt32 i = 0; i < nHeight; i++, pLast4Bytes += nScanSize ) in ImplZeroInitUnusedBits()
558 const long nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); in CopyBuffer() local
559 const sal_uLong nCount = nHeight * mpBuffer->mnScanlineSize; in CopyBuffer()
564 for( long nY = 0L, nHeight = Min( mpBuffer->mnHeight, rReadAcc.Height() ); nY < nHeight; nY++ ) in CopyBuffer() local