Lines Matching refs:GetBlue

848 													 ( rOld.GetBlue() >> 1 ) | 0x80 );  in ImplConvertGhosted()
878 ( aOld.GetBlue() >> 1 ) | 0x80 ) ); in ImplConvertGhosted()
1257 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1329 lXB1 = aCol1.GetBlue() - ( lXB0 = aCol0.GetBlue() ); in ImplScaleInterpolate()
1454 cB0 = MAP( rCol0.GetBlue(), rCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1458 cB1 = MAP( rCol2.GetBlue(), rCol3.GetBlue(), nTempFX ); in ImplScaleSuper()
1521 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1529 nSumRowB += ( nWeightX *rCol.GetBlue()) ; in ImplScaleSuper()
1537 nSumRowB += ( nWeightX *rCol.GetBlue() ); in ImplScaleSuper()
1544 nSumRowB += rCol.GetBlue() << 7L; in ImplScaleSuper()
1593 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1599 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
1662 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
1671 nSumRowB += ( nWeightX *aCol0.GetBlue()) ; in ImplScaleSuper()
1680 nSumRowB += ( nWeightX *aCol0.GetBlue() ); in ImplScaleSuper()
1688 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
2027 cB0 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
2033 cB1 = MAP( aCol0.GetBlue(), aCol1.GetBlue(), nTempFX ); in ImplScaleSuper()
2095 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
2104 nSumRowB += ( nWeightX *aCol0.GetBlue()) ; in ImplScaleSuper()
2113 nSumRowB += ( nWeightX *aCol0.GetBlue() ); in ImplScaleSuper()
2120 nSumRowB += aCol0.GetBlue() << 7L; in ImplScaleSuper()
2297 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionHor()
2388 aValueBlue += aWeight * aColor.GetBlue(); in ImplScaleConvolutionVer()
2582 const sal_uLong nB = ( nVCLLut[ aCol.GetBlue() ] + nD ) >> 16UL; in ImplDitherMatrix()
2599 const sal_uLong nB = ( nVCLLut[ aCol.GetBlue() ] + nD ) >> 16UL; in ImplDitherMatrix()
2668 *pTmp++ = (long) aColor.GetBlue() << 12; in ImplDitherFloyd()
2679 *pTmp++ = (long) aColor.GetBlue() << 12; in ImplDitherFloyd()
2699 *pTmp++ = (long) aColor.GetBlue() << 12; in ImplDitherFloyd()
2710 *pTmp++ = (long) aColor.GetBlue() << 12; in ImplDitherFloyd()
2803 aBestCol.SetBlue( ( aBestCol.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
2811 aBestCol.SetBlue( ( aColor.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
2824 aBestCol.SetBlue( ( aBestCol.GetBlue() & 248 ) | 7 ); in ImplDitherFloyd16()
3023 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ].mnCount++; in ImplReducePopular()
3036 ( ( (sal_uInt32) aCol.GetBlue() ) >> nRightShiftBits ) ].mnCount++; in ImplReducePopular()
3075 ( ( (sal_uInt32) rCol.GetBlue() ) >> nRightShiftBits ) ] ); in ImplReducePopular()
3089 ( ( (sal_uInt32) aCol.GetBlue() ) >> nRightShiftBits ) ] ); in ImplReducePopular()
3159 pColBuf[ RGB15( rCol.GetRed() >> 3, rCol.GetGreen() >> 3, rCol.GetBlue() >> 3 ) ]++; in ImplReduceMedian()
3170 pColBuf[ RGB15( aCol.GetRed() >> 3, aCol.GetGreen() >> 3, aCol.GetBlue() >> 3 ) ]++; in ImplReduceMedian()
3436 aNewCol.SetBlue( cMapB[ rCol.GetBlue() ] ); in Adjust()
3477 aCol.SetBlue( cMapB[ aCol.GetBlue() ] ); in Adjust()