Lines Matching refs:Color

170 BitmapEx::BitmapEx( const Bitmap& rBmp, const Color& rTransparentColor ) :  in BitmapEx()
280 Bitmap BitmapEx::GetBitmap( const Color* pTransReplaceColor ) const in GetBitmap()
480 sal_Bool BitmapEx::Rotate( long nAngle10, const Color& rFillColor ) in Rotate()
486 const sal_Bool bTransRotate = ( Color( COL_TRANSPARENT ) == rFillColor ); in Rotate()
562 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand()
572 Color aColor( bExpandTransparent ? COL_WHITE : COL_BLACK ); in Expand()
648 aMask.Erase( Color( COL_BLACK ) ); in CopyPixel()
664 aMaskSrc.Erase( Color( COL_BLACK ) ); in CopyPixel()
676 sal_Bool BitmapEx::Erase( const Color& rFillColor ) in Erase()
689 …const Color aFill( rFillColor.GetTransparency(), rFillColor.GetTransparency(), rFillColor.GetTrans… in Erase()
694 const Color aBlack( COL_BLACK ); in Erase()
712 sal_Bool BitmapEx::Replace( const Color& rSearchColor, const Color& rReplaceColor, sal_uLong nTol ) in Replace()
719 sal_Bool BitmapEx::Replace( const Color* pSearchColors, const Color* pReplaceColors, sal_uLong nCol… in Replace()
791 const Color aColor = pRead->GetColor(nY, nX); in GetTransparency()
1048 aNewPalette[0] = BitmapColor(Color(pReplace->getBColor())); in ModifyBitmapEx()
1058 aChangedBitmap.Erase(Color(pReplace->getBColor())); in ModifyBitmapEx()
1089 pContent->SetPaletteColor(a, BitmapColor(Color(aBDest))); in ModifyBitmapEx()
1143 pContent->SetPixel(y, x, BitmapColor(Color(aBDest))); in ModifyBitmapEx()
1182 Color aColorTopLeft, in createBlendFrame()
1183 Color aColorBottomRight) in createBlendFrame()
1190 Color aColTopRight(aColorTopLeft); in createBlendFrame()
1191 Color aColBottomLeft(aColorTopLeft); in createBlendFrame()
1206 Color aColorTopLeft, in createBlendFrame()
1207 Color aColorTopRight, in createBlendFrame()
1208 Color aColorBottomRight, in createBlendFrame()
1209 Color aColorBottomLeft) in createBlendFrame()
1213 static Color aLastColorTopLeft(COL_BLACK); in createBlendFrame()
1214 static Color aLastColorTopRight(COL_BLACK); in createBlendFrame()
1215 static Color aLastColorBottomRight(COL_BLACK); in createBlendFrame()
1216 static Color aLastColorBottomLeft(COL_BLACK); in createBlendFrame()
1263 Color aMix(aColorTopLeft); in createBlendFrame()
1281 Color aMixA(aColorTopLeft); in createBlendFrame()
1290 Color aMixB(aColorTopRight); in createBlendFrame()
1308 Color aMix(aColorBottomLeft); in createBlendFrame()