Lines Matching refs:aBDest
1086 const basegfx::BColor aBDest(rModifier->getModifiedColor(aBSource)); in ModifyBitmapEx() local
1087 pContent->SetPaletteColor(a, BitmapColor(Color(aBDest))); in ModifyBitmapEx()
1102 const basegfx::BColor aBDest(rModifier->getModifiedColor(aBSource)); in ModifyBitmapEx() local
1103 *pScan++ = static_cast< sal_uInt8 >(aBDest.getBlue() * 255.0); in ModifyBitmapEx()
1104 *pScan++ = static_cast< sal_uInt8 >(aBDest.getGreen() * 255.0); in ModifyBitmapEx()
1105 *pScan++ = static_cast< sal_uInt8 >(aBDest.getRed() * 255.0); in ModifyBitmapEx()
1121 const basegfx::BColor aBDest(rModifier->getModifiedColor(aBSource)); in ModifyBitmapEx() local
1122 *pScan++ = static_cast< sal_uInt8 >(aBDest.getRed() * 255.0); in ModifyBitmapEx()
1123 *pScan++ = static_cast< sal_uInt8 >(aBDest.getGreen() * 255.0); in ModifyBitmapEx()
1124 *pScan++ = static_cast< sal_uInt8 >(aBDest.getBlue() * 255.0); in ModifyBitmapEx()
1139 const basegfx::BColor aBDest(rModifier->getModifiedColor(aBSource)); in ModifyBitmapEx() local
1141 pContent->SetPixel(y, x, BitmapColor(Color(aBDest))); in ModifyBitmapEx()