Lines Matching refs:nHeight

379 			const long			nHeight = pWriteAcc->Height();  in ImplMakeMono()  local
383 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeMono()
400 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeMono()
453 const long nHeight = pWriteAcc->Height(); in ImplMakeMonoDither() local
460 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeMonoDither()
477 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeMonoDither()
539 const long nHeight = pWriteAcc->Height(); in ImplMakeGreyscales() local
543 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeGreyscales()
558 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeGreyscales()
578 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeGreyscales()
595 for( long nY = 0L; nY < nHeight; nY++ ) in ImplMakeGreyscales()
645 const long nHeight = pWriteAcc->Height(); in ImplConvertUp() local
662 for( long nY = 0L; nY < nHeight; nY++ ) in ImplConvertUp()
670 for( long nY = 0L; nY < nHeight; nY++ ) in ImplConvertUp()
676 for( long nY = 0L; nY < nHeight; nY++ ) in ImplConvertUp()
723 const long nHeight = pWriteAcc->Height(); in ImplConvertDown() local
753 for( nY = 0L; nY < Min( nHeight, 2L ); nY++, nYTmp++ ) in ImplConvertDown()
764 for( nY = 0L; nY < nHeight; nY++, nYTmp++ ) in ImplConvertDown()
792 if( nYTmp < nHeight ) in ImplConvertDown()
869 const long nWidth = pR->Width(), nHeight = pR->Height(); in ImplConvertGhosted() local
871 for( long nY = 0; nY < nHeight; nY++ ) in ImplConvertGhosted()
1129 const long nHeight = pReadAcc->Height(); in ImplScaleFast() local
1140 pLutY[ nY ] = nY * nHeight / nNewHeight; in ImplScaleFast()
1191 long nHeight = pReadAcc->Height(); in ImplScaleInterpolate() local
1192 Bitmap aNewBmp( Size( nNewWidth, nHeight ), 24 ); in ImplScaleInterpolate()
1218 for( nY = 0L; nY < nHeight; nY++ ) in ImplScaleInterpolate()
1294 for( nY = 0L, nTemp = nHeight - 2L; nY < nNewHeight; nY++ ) in ImplScaleInterpolate()
1307 if( 1 == nHeight ) in ImplScaleInterpolate()
2260 const sal_uInt32 nHeight(rSource.GetSizePixel().Height()); in ImplScaleConvolutionHor() local
2262 rTarget = Bitmap(Size(nNewWidth, nHeight), 24); in ImplScaleConvolutionHor()
2268 for(sal_uInt32 y(0); y < nHeight; y++) in ImplScaleConvolutionHor()
2334 const sal_uInt32 nHeight(rSource.GetSizePixel().Height()); in ImplScaleConvolutionVer() local
2335 const sal_uInt32 nNewHeight(FRound(nHeight * rScaleY)); in ImplScaleConvolutionVer()
2337 if(nHeight == nNewHeight) in ImplScaleConvolutionVer()
2352 …ImplCalculateContributions(nHeight, nNewHeight, aNumberOfContributions, pWeights, pPixels, pCount,… in ImplScaleConvolutionVer()
2438 const sal_uInt32 nHeight(GetSizePixel().Height()); in ImplScaleConvolution() local
2440 const sal_uInt32 nNewHeight(FRound(nHeight * fScaleY)); in ImplScaleConvolution()
2442 const bool bScaleVer(nHeight != nNewHeight); in ImplScaleConvolution()
2466 const sal_uInt32 nStartSize(nWidth * nHeight); in ImplScaleConvolution()
2481 const sal_uInt32 nInBetweenSizeHorFirst(nHeight * nNewWidth); in ImplScaleConvolution()
2569 const sal_uLong nHeight = pReadAcc->Height(); in ImplDitherMatrix() local
2574 for( sal_uLong nY = 0UL; nY < nHeight; nY++ ) in ImplDitherMatrix()
2591 for( sal_uLong nY = 0UL; nY < nHeight; nY++ ) in ImplDitherMatrix()
2645 long nHeight = pReadAcc->Height(); in ImplDitherFloyd() local
2685 for( long nY = 1, nYAcc = 0L; nY <= nHeight; nY++, nYAcc++ ) in ImplDitherFloyd()
2691 if( nY < nHeight ) in ImplDitherFloyd()
2781 const long nHeight = pWriteAcc->Height(); in ImplDitherFloyd16() local
2793 for( nY = 0L; nY < Min( nHeight, 2L ); nY++, nYTmp++ ) in ImplDitherFloyd16()
2797 for( nY = 0L; nY < nHeight; nY++, nYTmp++ ) in ImplDitherFloyd16()
2831 if( nYTmp < nHeight ) in ImplDitherFloyd16()
2911 const long nHeight = pRAcc->Height(); in ImplReduceSimple() local
2915 for( long nY = 0L; nY < nHeight; nY++ ) in ImplReduceSimple()
2921 for( long nY = 0L; nY < nHeight; nY++ ) in ImplReduceSimple()
2996 const long nHeight = pRAcc->Height(); in ImplReducePopular() local
3016 for( nY = 0L; nY < nHeight; nY++ ) in ImplReducePopular()
3029 for( nY = 0L; nY < nHeight; nY++ ) in ImplReducePopular()
3068 for( nY = 0L; nY < nHeight; nY++ ) in ImplReducePopular()
3082 for( nY = 0L; nY < nHeight; nY++ ) in ImplReducePopular()
3146 const long nHeight = pWAcc->Height(); in ImplReduceMedian() local
3154 for( long nY = 0L; nY < nHeight; nY++ ) in ImplReduceMedian()
3165 for( long nY = 0L; nY < nHeight; nY++ ) in ImplReduceMedian()
3178 nColCount, nWidth * nHeight, nIndex ); in ImplReduceMedian()
3183 for( long nY = 0L; nY < nHeight; nY++ ) in ImplReduceMedian()