Lines Matching refs:BitmapColor
376 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMono()
377 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMono()
450 const BitmapColor aBlack( pWriteAcc->GetBestMatchingColor( Color( COL_BLACK ) ) ); in ImplMakeMonoDither()
451 const BitmapColor aWhite( pWriteAcc->GetBestMatchingColor( Color( COL_WHITE ) ) ); in ImplMakeMonoDither()
726 BitmapColor aColor; in ImplConvertDown()
845 const BitmapColor& rOld = pR->GetPaletteColor( (sal_uInt16) i ); in ImplConvertGhosted()
846 aNewPal[ (sal_uInt16) i ] = BitmapColor( ( rOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
875 const BitmapColor aOld( pR->GetPixel( nY, nX ) ); in ImplConvertGhosted()
876 pW->SetPixel( nY, nX, BitmapColor( ( aOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
1187 BitmapColor aCol0; in ImplScaleInterpolate()
1188 BitmapColor aCol1; in ImplScaleInterpolate()
1383 BitmapColor aCol0, aCol1, aColRes; in ImplScaleSuper()
1447 … const BitmapColor& rCol0 = pAcc->GetPaletteColor( pLine0[ nTempX ] ); in ImplScaleSuper()
1448 … const BitmapColor& rCol2 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
1449 … const BitmapColor& rCol1 = pAcc->GetPaletteColor( pLine0[ ++nTempX ] ); in ImplScaleSuper()
1450 … const BitmapColor& rCol3 = pAcc->GetPaletteColor( pLine1[ nTempX ] ); in ImplScaleSuper()
1517 … const BitmapColor& rCol = pAcc->GetPaletteColor( pTmpY[ nRowStart + j ] ); in ImplScaleSuper()
2282 BitmapColor aColor; in ImplScaleConvolutionHor()
2300 const BitmapColor aResultColor( in ImplScaleConvolutionHor()
2373 BitmapColor aColor; in ImplScaleConvolutionVer()
2391 const BitmapColor aResultColor( in ImplScaleConvolutionVer()
2570 BitmapColor aIndex( (sal_uInt8) 0 ); in ImplDitherMatrix()
2578 … const BitmapColor aCol( pReadAcc->GetPaletteColor( pReadAcc->GetPixelIndex( nY, nX ) ) ); in ImplDitherMatrix()
2595 const BitmapColor aCol( pReadAcc->GetPixel( nY, nX ) ); in ImplDitherMatrix()
2642 BitmapColor aColor; in ImplDitherFloyd()
2782 BitmapColor aColor; in ImplDitherFloyd16()
2783 BitmapColor aBestCol; in ImplDitherFloyd16()
3020 … const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular()
3033 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3048 …aNewPal[ n ] = BitmapColor( (sal_uInt8) ( ( rPop.mnIndex >> nLeftShiftBits2 ) << nRightShiftBits ), in ImplReducePopular()
3058 BitmapColor aDstCol( (sal_uInt8) 0 ); in ImplReducePopular()
3064 …pIndexMap[ nIndex++ ] = (sal_uInt8) aNewPal.GetBestIndex( BitmapColor( (sal_uInt8) nR, (sal_uInt8)… in ImplReducePopular()
3072 … const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular()
3086 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReducePopular()
3158 … const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReduceMedian()
3169 const BitmapColor aCol( pRAcc->GetPixel( nY, nX ) ); in ImplReduceMedian()
3217 BitmapColor aCol; in ImplMedianCut()
3377 BitmapColor aCol; in Adjust()
3429 BitmapColor aNewCol; in Adjust()
3433 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Adjust()