Lines Matching refs:GetPixel

404 						if( pReadAcc->GetPixel( nY, nX ).GetLuminance() >=  in ImplMakeMono()
481 if( pReadAcc->GetPixel( nY, nX ).GetLuminance() > in ImplMakeMonoDither()
597 pWriteAcc->SetPixelIndex( nY, nX, (pReadAcc->GetPixel( nY, nX ) ).GetLuminance() >> nShift ); in ImplMakeGreyscales()
664 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nY, nX ) ); in ImplConvertUp()
678 pWriteAcc->SetPixel( nY, nX, pReadAcc->GetPixel( nY, nX ) ); in ImplConvertUp()
760 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown()
799 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplConvertDown()
875 const BitmapColor aOld( pR->GetPixel( nY, nX ) ); in ImplConvertGhosted()
1147 pWriteAcc->SetPixel( nActY, nX, pReadAcc->GetPixel( nMapY , pLutX[ nX ] ) ); in ImplScaleFast()
1228 aCol0 = pReadAcc->GetPixel( nY, 0 ); in ImplScaleInterpolate()
1249 aCol0 = pReadAcc->GetPixel( nY, nTemp++ ); in ImplScaleInterpolate()
1250 aCol1 = pReadAcc->GetPixel( nY, nTemp ); in ImplScaleInterpolate()
1309 aCol0 = pReadAcc->GetPixel( 0, nX ); in ImplScaleInterpolate()
1322 aCol0 = pReadAcc->GetPixel( nTemp++, nX ); in ImplScaleInterpolate()
1323 aCol1 = pReadAcc->GetPixel( nTemp, nX ); in ImplScaleInterpolate()
2023 aCol0 = pAcc->GetPixel( nTempY, nTempX ); in ImplScaleSuper()
2024 aCol1 = pAcc->GetPixel( nTempY, ++nTempX ); in ImplScaleSuper()
2029 aCol1 = pAcc->GetPixel( ++nTempY, nTempX ); in ImplScaleSuper()
2030 aCol0 = pAcc->GetPixel( nTempY--, --nTempX ); in ImplScaleSuper()
2090 aCol0 = pAcc->GetPixel( nLineStart + i, nRowStart + j ); in ImplScaleSuper()
2292 aColor = pReadAcc->GetPixel(y, pPixels[aIndex]); in ImplScaleConvolutionHor()
2383 aColor = pReadAcc->GetPixel(pPixels[aIndex], x); in ImplScaleConvolutionVer()
2595 const BitmapColor aCol( pReadAcc->GetPixel( nY, nX ) ); in ImplDitherMatrix()
2677 aColor = pReadAcc->GetPixel( 0, nZ ); in ImplDitherFloyd()
2708 aColor = pReadAcc->GetPixel( nY, nZ ); in ImplDitherFloyd()
2795 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplDitherFloyd16()
2833 pQLine2[ nX ] = pReadAcc->GetPixel( nYTmp, nX ); in ImplDitherFloyd16()
2923 …ixelIndex( nY, nX, static_cast<sal_uInt8>(aOct.GetBestPaletteIndex( pRAcc->GetPixel( nY, nX ) )) ); in ImplReduceSimple()
3033 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3086 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3169 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReduceMedian()
3474 aCol = pAcc->GetPixel( nY, nX ); in Adjust()