Lines Matching refs:aBmpEx
58 sal_uInt32 nCrc = aBmpEx.GetChecksum(); in GetChecksum()
282 nSizeBytes += pAnimBmp->aBmpEx.GetSizeBytes(); in GetSizeBytes()
426 ( (AnimationBitmap*) maList.GetObject( 0 ) )->aBmpEx.Draw( pOut, rDestPt, rDestSz ); in Draw()
428 pObj->aBmpEx.Draw( pOut, rDestPt, rDestSz ); in Draw()
527 maBitmapEx = ( (AnimationBitmap*) maList.GetObject( mnPos ) )->aBmpEx; in IMPL_LINK()
587 maBitmapEx = rStepBmp.aBmpEx; in Insert()
618 maBitmapEx = rNewAnimationBitmap.aBmpEx; in Replace()
651 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Convert( eConversion ); in Convert()
674 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.ReduceColors( nNewColorCount, eReduce ); in ReduceColors()
697 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Invert(); in Invert()
725 if( ( bRet = pStepBmp->aBmpEx.Mirror( nMirrorFlags ) ) == sal_True ) in Mirror()
757 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Dither( nDitherFlags ); in Dither()
783 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Adjust( nLuminancePercent, nContrastPercent, in Adjust()
811 bRet = ( ( AnimationBitmap*) pStepBmp )->aBmpEx.Filter( eFilter, pFilterParam, pProgress ); in Filter()
835 WriteDIBBitmapEx(rAnimation.Get( 0 ).aBmpEx, rOStm); in operator <<()
848 WriteDIBBitmapEx(rAnimBmp.aBmpEx, rOStm); in operator <<()
905 BitmapEx aBmpEx; in operator >>() local
913 ReadDIBBitmapEx(aAnimBmp.aBmpEx, rIStm); in operator >>()