Lines Matching refs:rCol

1517 										const BitmapColor& rCol = pAcc->GetPaletteColor( pTmpY[ nRowStart + j ] );  in ImplScaleSuper()  local
1521 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1522 nSumRowG += rCol.GetGreen() << 7L; in ImplScaleSuper()
1523 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
1529 nSumRowB += ( nWeightX *rCol.GetBlue()) ; in ImplScaleSuper()
1530 nSumRowG += ( nWeightX *rCol.GetGreen()) ; in ImplScaleSuper()
1531 nSumRowR += ( nWeightX *rCol.GetRed()) ; in ImplScaleSuper()
1537 nSumRowB += ( nWeightX *rCol.GetBlue() ); in ImplScaleSuper()
1538 nSumRowG += ( nWeightX *rCol.GetGreen() ); in ImplScaleSuper()
1539 nSumRowR += ( nWeightX *rCol.GetRed() ); in ImplScaleSuper()
1544 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1545 nSumRowG += rCol.GetGreen() << 7L; in ImplScaleSuper()
1546 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
3020 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular() local
3021 pCountTable[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3022 ( ( ( (sal_uInt32) rCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()
3023 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ].mnCount++; in ImplReducePopular()
3072 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReducePopular() local
3073 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
3074 ( ( ( (sal_uInt32) rCol.GetGreen() ) >> nRightShiftBits ) << nLeftShiftBits1 ) | in ImplReducePopular()
3075 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ] ); in ImplReducePopular()
3158 const BitmapColor& rCol = pRAcc->GetPaletteColor( pRAcc->GetPixelIndex( nY, nX ) ); in ImplReduceMedian() local
3159 pColBuf[ RGB15( rCol.GetRed() >> 3, rCol.GetGreen() >> 3, rCol.GetBlue() >> 3 ) ]++; in ImplReduceMedian()
3433 const BitmapColor& rCol = pAcc->GetPaletteColor( i ); in Adjust() local
3434 aNewCol.SetRed( cMapR[ rCol.GetRed() ] ); in Adjust()
3435 aNewCol.SetGreen( cMapG[ rCol.GetGreen() ] ); in Adjust()
3436 aNewCol.SetBlue( cMapB[ rCol.GetBlue() ] ); in Adjust()