Lines Matching refs:nHeight

120 			const long		nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2;  in ImplConvolute3()  local
149 pRows[ nHeight + 1 ] = pRows[ nHeight ]; in ImplConvolute3()
160 for( nY = 0; nY < nHeight; ) in ImplConvolute3()
209 if( ++nY < nHeight ) in ImplConvolute3()
267 const long nHeight = pWriteAcc->Height(), nHeight2 = nHeight + 2; in ImplMedianFilter() local
292 pRows[ nHeight + 1 ] = pRows[ nHeight ]; in ImplMedianFilter()
306 for( nY = 0; nY < nHeight; ) in ImplMedianFilter()
341 if( ++nY < nHeight ) in ImplMedianFilter()
404 const long nHeight = pWriteAcc->Height(); in ImplSobelGrey() local
415 long* pVMap = new long[ nHeight + 2 ]; in ImplSobelGrey()
425 for( nY = 1; nY <= nHeight; nY++ ) in ImplSobelGrey()
427 pVMap[ nHeight + 1 ] = nHeight - 1; in ImplSobelGrey()
429 for( nY = 0; nY < nHeight ; nY++ ) in ImplSobelGrey()
532 const long nHeight = pWriteAcc->Height(); in ImplEmbossGrey() local
541 long* pVMap = new long[ nHeight + 2 ]; in ImplEmbossGrey()
557 for( nY = 1; nY <= nHeight; nY++ ) in ImplEmbossGrey()
559 pVMap[ nHeight + 1 ] = nHeight - 1; in ImplEmbossGrey()
561 for( nY = 0; nY < nHeight ; nY++ ) in ImplEmbossGrey()
654 const long nHeight = pWriteAcc->Height(); in ImplSolarize() local
656 for( long nY = 0; nY < nHeight ; nY++ ) in ImplSolarize()
708 const long nHeight = pWriteAcc->Height(); in ImplSepia() local
712 for( long nY = 0; nY < nHeight ; nY++ ) in ImplSepia()
731 for( long nY = 0; nY < nHeight ; nY++ ) in ImplSepia()
800 long nHeight = pReadAcc->Height(); in ImplMosaic() local
806 if( nY2 >= nHeight ) in ImplMosaic()
807 nY2 = nHeight - 1; in ImplMosaic()
887 if( nY2 >= nHeight ) in ImplMosaic()
888 nY2 = nHeight - 1; in ImplMosaic()
890 while( nY1 < nHeight ); in ImplMosaic()
960 const long nHeight = pWriteAcc->Height(); in ImplPopArt() local
973 for( long nY = 0; nY < nHeight ; nY++ ) in ImplPopArt()