Lines Matching refs:BitmapEx

48 BitmapEx::BitmapEx() :  in BitmapEx()  function in BitmapEx
56 BitmapEx::BitmapEx( const BitmapEx& rBitmapEx ) : in BitmapEx() function in BitmapEx
66 BitmapEx::BitmapEx( const BitmapEx& rBitmapEx, Point aSrc, Size aSize ) : in BitmapEx() function in BitmapEx
90 BitmapEx::BitmapEx( const ResId& rResId ) : in BitmapEx() function in BitmapEx
115 BitmapEx::BitmapEx( const Bitmap& rBmp ) : in BitmapEx() function in BitmapEx
125 BitmapEx::BitmapEx( const Bitmap& rBmp, const Bitmap& rMask ) : in BitmapEx() function in BitmapEx
148 BitmapEx::BitmapEx( const Bitmap& rBmp, const AlphaMask& rAlphaMask ) : in BitmapEx() function in BitmapEx
170 BitmapEx::BitmapEx( const Bitmap& rBmp, const Color& rTransparentColor ) : in BitmapEx() function in BitmapEx
185 BitmapEx::~BitmapEx() in ~BitmapEx()
193 BitmapEx& BitmapEx::operator=( const BitmapEx& rBitmapEx ) in operator =()
210 sal_Bool BitmapEx::operator==( const BitmapEx& rBitmapEx ) const in operator ==()
232 sal_Bool BitmapEx::IsEqual( const BitmapEx& rBmpEx ) const in IsEqual()
242 sal_Bool BitmapEx::IsEmpty() const in IsEmpty()
249 void BitmapEx::SetEmpty() in SetEmpty()
259 void BitmapEx::Clear() in Clear()
266 sal_Bool BitmapEx::IsTransparent() const in IsTransparent()
273 sal_Bool BitmapEx::IsAlpha() const in IsAlpha()
280 Bitmap BitmapEx::GetBitmap( const Color* pTransReplaceColor ) const in GetBitmap()
304 BitmapEx BitmapEx::GetColorTransformedBitmapEx( BmpColorMode eColorMode ) const in GetColorTransformedBitmapEx()
306 BitmapEx aRet; in GetColorTransformedBitmapEx()
334 Bitmap BitmapEx::GetMask() const in GetMask()
346 AlphaMask BitmapEx::GetAlpha() const in GetAlpha()
360 sal_uLong BitmapEx::GetSizeBytes() const in GetSizeBytes()
372 sal_uLong BitmapEx::GetChecksum() const in GetChecksum()
394 void BitmapEx::SetSizePixel( const Size& rNewSize, sal_uInt32 nScaleFlag ) in SetSizePixel()
404 sal_Bool BitmapEx::Invert() in Invert()
421 sal_Bool BitmapEx::Mirror( sal_uLong nMirrorFlags ) in Mirror()
438 sal_Bool BitmapEx::Scale( const double& rScaleX, const double& rScaleY, sal_uInt32 nScaleFlag ) in Scale()
462 sal_Bool BitmapEx::Scale( const Size& rNewSize, sal_uInt32 nScaleFlag ) in Scale()
480 sal_Bool BitmapEx::Rotate( long nAngle10, const Color& rFillColor ) in Rotate()
526 sal_Bool BitmapEx::Crop( const Rectangle& rRectPixel ) in Crop()
548 sal_Bool BitmapEx::Convert( BmpConversion eConversion ) in Convert()
555 sal_Bool BitmapEx::ReduceColors( sal_uInt16 nNewColorCount, BmpReduce eReduce ) in ReduceColors()
562 sal_Bool BitmapEx::Expand( sal_uLong nDX, sal_uLong nDY, const Color* pInitColor, sal_Bool bExpandT… in Expand()
587 sal_Bool BitmapEx::CopyPixel( const Rectangle& rRectDst, const Rectangle& rRectSrc, in CopyPixel()
588 const BitmapEx* pBmpExSrc ) in CopyPixel()
676 sal_Bool BitmapEx::Erase( const Color& rFillColor ) in Erase()
705 sal_Bool BitmapEx::Dither( sal_uLong nDitherFlags ) in Dither()
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()
726 sal_Bool BitmapEx::Adjust( short nLuminancePercent, short nContrastPercent, in Adjust()
737 sal_Bool BitmapEx::Filter( BmpFilter eFilter, const BmpFilterParam* pFilterParam, const Link* pProg… in Filter()
744 void BitmapEx::Draw( OutputDevice* pOutDev, const Point& rDestPt ) const in Draw()
751 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw()
759 void BitmapEx::Draw( OutputDevice* pOutDev, in Draw()
768 sal_uInt8 BitmapEx::GetTransparency(sal_Int32 nX, sal_Int32 nY) const in GetTransparency()
904 BitmapEx BitmapEx::TransformBitmapEx( in TransformBitmapEx()
911 return BitmapEx(); in TransformBitmapEx()
923 return BitmapEx(aDestination, AlphaMask(aAlpha)); in TransformBitmapEx()
928 return BitmapEx(aDestination, aMask); in TransformBitmapEx()
932 return BitmapEx(aDestination); in TransformBitmapEx()
937 BitmapEx BitmapEx::getTransformed( in getTransformed()
943 BitmapEx aRetval; in getTransformed()
1021 BitmapEx BitmapEx::ModifyBitmapEx(const basegfx::BColorModifierStack& rBColorModifierStack) const in ModifyBitmapEx()
1155 return BitmapEx(); in ModifyBitmapEx()
1163 return BitmapEx(aChangedBitmap, GetAlpha()); in ModifyBitmapEx()
1167 return BitmapEx(aChangedBitmap, GetMask()); in ModifyBitmapEx()
1172 return BitmapEx(aChangedBitmap); in ModifyBitmapEx()
1179 BitmapEx VCL_DLLPUBLIC createBlendFrame( in createBlendFrame()
1200 return BitmapEx(); in createBlendFrame()
1203 BitmapEx VCL_DLLPUBLIC createBlendFrame( in createBlendFrame()
1217 static BitmapEx aLastResult; in createBlendFrame()
1327 aLastResult = BitmapEx(aContent, aAlpha); in createBlendFrame()