Lines Matching refs:GetRed
846 aNewPal[ (sal_uInt16) i ] = BitmapColor( ( rOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
876 pW->SetPixel( nY, nX, BitmapColor( ( aOld.GetRed() >> 1 ) | 0x80, in ImplConvertGhosted()
1255 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate()
1327 lXR1 = aCol1.GetRed() - ( lXR0 = aCol0.GetRed() ); in ImplScaleInterpolate()
1452 cR0 = MAP( rCol0.GetRed(), rCol1.GetRed(), nTempFX ); in ImplScaleSuper()
1456 cR1 = MAP( rCol2.GetRed(), rCol3.GetRed(), nTempFX ); in ImplScaleSuper()
1523 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
1531 nSumRowR += ( nWeightX *rCol.GetRed()) ; in ImplScaleSuper()
1539 nSumRowR += ( nWeightX *rCol.GetRed() ); in ImplScaleSuper()
1546 nSumRowR += rCol.GetRed() << 7L; in ImplScaleSuper()
1591 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
1597 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
1664 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
1673 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
1682 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
1690 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
2025 cR0 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
2031 cR1 = MAP( aCol0.GetRed(), aCol1.GetRed(), nTempFX ); in ImplScaleSuper()
2097 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
2106 nSumRowR += ( nWeightX *aCol0.GetRed()) ; in ImplScaleSuper()
2115 nSumRowR += ( nWeightX *aCol0.GetRed() ); in ImplScaleSuper()
2122 nSumRowR += aCol0.GetRed() << 7L; in ImplScaleSuper()
2295 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionHor()
2386 aValueRed += aWeight * aColor.GetRed(); in ImplScaleConvolutionVer()
2580 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix()
2597 const sal_uLong nR = ( nVCLLut[ aCol.GetRed() ] + nD ) >> 16UL; in ImplDitherMatrix()
2670 *pTmp++ = (long) aColor.GetRed() << 12; in ImplDitherFloyd()
2681 *pTmp++ = (long) aColor.GetRed() << 12; in ImplDitherFloyd()
2701 *pTmp++ = (long) aColor.GetRed() << 12; in ImplDitherFloyd()
2712 *pTmp++ = (long) aColor.GetRed() << 12; in ImplDitherFloyd()
2801 aBestCol.SetRed( ( aBestCol.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
2809 aBestCol.SetRed( ( aColor.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
2822 aBestCol.SetRed( ( aBestCol.GetRed() & 248 ) | 7 ); in ImplDitherFloyd16()
3021 pCountTable[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3034 pCountTable[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShiftBits2 ) | in ImplReducePopular()
3073 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) rCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… in ImplReducePopular()
3087 …aDstCol.SetIndex( pIndexMap[ ( ( ( (sal_uInt32) aCol.GetRed() ) >> nRightShiftBits ) << nLeftShift… 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()
3434 aNewCol.SetRed( cMapR[ rCol.GetRed() ] ); in Adjust()
3475 aCol.SetRed( cMapR[ aCol.GetRed() ] ); in Adjust()