Lines Matching refs:j

248 	long			i, j, k, l;  in ImplCreateDitherMatrix()  local
258 for ( j = 0; j < 4; j++ ) in ImplCreateDitherMatrix()
261 nMax = Max ( pMtx[ (k<<2) + i][(l<<2 ) + j] = in ImplCreateDitherMatrix()
262 (sal_uInt16) ( 0.5 + pMagic[i][j]*fVal + pMagic[k][l]*fVal16 ), nMax ); in ImplCreateDitherMatrix()
266 for( j = 0; j < 16; j++ ) in ImplCreateDitherMatrix()
267 (*pDitherMatrix)[i][j] = (sal_uInt8) ( fVal * pMtx[i][j] ); in ImplCreateDitherMatrix()
1515 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1517 const BitmapColor& rCol = pAcc->GetPaletteColor( pTmpY[ nRowStart + j ] ); in ImplScaleSuper()
1526 else if( j == 0 ) in ImplScaleSuper()
1534 else if ( nRowRange == j ) in ImplScaleSuper()
1655 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1657 aCol0 = pAcc->GetPaletteColor ( pAcc->GetPixelIndex( nLineStart + i, nRowStart + j ) ); in ImplScaleSuper()
1667 else if( j == 0 ) in ImplScaleSuper()
1676 else if ( nRowRange == j ) in ImplScaleSuper()
1807 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1816 else if( j == 0 ) in ImplScaleSuper()
1824 else if ( nRowRange == j ) in ImplScaleSuper()
1951 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
1960 else if( j == 0 ) in ImplScaleSuper()
1968 else if ( nRowRange == j ) in ImplScaleSuper()
2088 for(int j = 0; j <= nRowRange; j++) in ImplScaleSuper() local
2090 aCol0 = pAcc->GetPixel( nLineStart + i, nRowStart + j ); in ImplScaleSuper()
2100 else if( j == 0 ) in ImplScaleSuper()
2109 else if ( nRowRange == j ) in ImplScaleSuper()
2211 for(sal_Int32 j(aLeft); j <= aRight; j++) in ImplCalculateContributions() local
2213 const double aWeight(aKernel.Calculate(fFilterFactor * (aCenter - static_cast< double>(j)))); in ImplCalculateContributions()
2222 const sal_uInt32 aPixelIndex(MinMax(j, 0, aSourceSize - 1)); in ImplCalculateContributions()
2278 for(sal_uInt32 j(0); j < pCount[x]; j++) in ImplScaleConvolutionHor() local
2280 const sal_uInt32 aIndex(aBaseIndex + j); in ImplScaleConvolutionHor()
2369 for(sal_uInt32 j(0); j < pCount[y]; j++) in ImplScaleConvolutionVer() local
2371 const sal_uInt32 aIndex(aBaseIndex + j); in ImplScaleConvolutionVer()