Lines Matching refs:nYTmp
733 long nYTmp = 0L; in ImplConvertDown() local
753 for( nY = 0L; nY < Min( nHeight, 2L ); nY++, nYTmp++ ) in ImplConvertDown()
758 pQLine2[ nX ] = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nYTmp, nX ) ); in ImplConvertDown()
760 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown()
764 for( nY = 0L; nY < nHeight; nY++, nYTmp++ ) in ImplConvertDown()
792 if( nYTmp < nHeight ) in ImplConvertDown()
797 pQLine2[ nX ] = pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nYTmp, nX ) ); in ImplConvertDown()
799 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown()
2790 long nYTmp = 0L; in ImplDitherFloyd16() local
2793 for( nY = 0L; nY < Min( nHeight, 2L ); nY++, nYTmp++ ) in ImplDitherFloyd16()
2795 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplDitherFloyd16()
2797 for( nY = 0L; nY < nHeight; nY++, nYTmp++ ) in ImplDitherFloyd16()
2831 if( nYTmp < nHeight ) in ImplDitherFloyd16()
2833 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplDitherFloyd16()