Lines Matching refs:maEx

146 		maEx			( rImpGraphic.maEx ),  in ImpGraphic()
168 maEx = mpAnimation->GetBitmapEx(); in ImpGraphic()
179 maEx ( rBitmap ), in ImpGraphic()
196 maEx ( rBitmapEx ), in ImpGraphic()
230 maEx ( rAnimation.GetBitmapEx() ), in ImpGraphic()
289 maEx = mpAnimation->GetBitmapEx(); in operator =()
294 maEx = rImpGraphic.maEx; in operator =()
371 else if( !rImpGraphic.mpAnimation && ( rImpGraphic.maEx == maEx ) ) in operator ==()
396 maEx.Clear(); in ImplClearGraphics()
492 bRet = ( mpAnimation ? mpAnimation->IsTransparent() : maEx.IsTransparent() ); in ImplIsTransparent()
510 bRet = ( NULL == mpAnimation ) && maEx.IsAlpha(); in ImplIsAlpha()
540 if(maSvgData.get() && maEx.IsEmpty()) in ImplGetBitmap()
543 const_cast< ImpGraphic* >(this)->maEx = maSvgData->getReplacement(); in ImplGetBitmap()
546 const BitmapEx& rRetBmpEx = ( mpAnimation ? mpAnimation->GetBitmapEx() : maEx ); in ImplGetBitmap()
556 if(maEx.IsEmpty()) in ImplGetBitmap()
626 … const_cast< ImpGraphic* >(this)->maEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplGetBitmap()
630 aRetBmp = maEx.GetBitmap(); in ImplGetBitmap()
650 if(maSvgData.get() && maEx.IsEmpty()) in ImplGetBitmapEx()
653 const_cast< ImpGraphic* >(this)->maEx = maSvgData->getReplacement(); in ImplGetBitmapEx()
656 aRetBmpEx = ( mpAnimation ? mpAnimation->GetBitmapEx() : maEx ); in ImplGetBitmapEx()
667 if(maEx.IsEmpty()) in ImplGetBitmapEx()
672 …const_cast< ImpGraphic* >(this)->maEx = BitmapEx(ImplGetBitmap(rParameters), aMonoMask.ImplGetBitm… in ImplGetBitmapEx()
675 aRetBmpEx = maEx; in ImplGetBitmapEx()
707 if(maSvgData.get() && !maEx) in ImplGetGDIMetaFile()
710 pThat->maEx = maSvgData->getReplacement(); in ImplGetGDIMetaFile()
715 if(maEx.IsTransparent()) in ImplGetGDIMetaFile()
717 … pThat->maMetaFile.AddAction(new MetaBmpExScaleAction(Point(), maEx.GetPrefSize(), maEx)); in ImplGetGDIMetaFile()
721 …pThat->maMetaFile.AddAction(new MetaBmpScaleAction(Point(), maEx.GetPrefSize(), maEx.GetBitmap())); in ImplGetGDIMetaFile()
726 pThat->maMetaFile.SetPrefSize(maEx.GetPrefSize()); in ImplGetGDIMetaFile()
727 pThat->maMetaFile.SetPrefMapMode(maEx.GetPrefMapMode()); in ImplGetGDIMetaFile()
751 if(maSvgData.get() && maEx.IsEmpty()) in ImplGetPrefSize()
760 aSize = maEx.GetPrefSize(); in ImplGetPrefSize()
764 aSize = maEx.GetSizePixel(); in ImplGetPrefSize()
808 maEx.SetPrefSize( rPrefSize ); in ImplSetPrefSize()
840 if(maSvgData.get() && maEx.IsEmpty()) in ImplGetPrefMapMode()
847 const Size aSize( maEx.GetPrefSize() ); in ImplGetPrefMapMode()
850 aMapMode = maEx.GetPrefMapMode(); in ImplGetPrefMapMode()
893 maEx.SetPrefMapMode( rPrefMapMode ); in ImplSetPrefMapMode()
921 mnSizeBytes = mpAnimation ? mpAnimation->GetSizeBytes() : maEx.GetSizeBytes(); in ImplGetSizeBytes()
946 if(maSvgData.get() && !maEx) in ImplDraw()
949 const_cast< ImpGraphic* >(this)->maEx = maSvgData->getReplacement(); in ImplDraw()
958 maEx.Draw( pOutDev, rDestPt ); in ImplDraw()
984 if(maSvgData.get() && maEx.IsEmpty()) in ImplDraw()
987 const_cast< ImpGraphic* >(this)->maEx = maSvgData->getReplacement(); in ImplDraw()
996 maEx.Draw( pOutDev, rDestPt, rDestSize ); in ImplDraw()
1206 if(maSvgData.get() && maEx.IsEmpty()) in ImplReadEmbedded()
1209 maEx = maSvgData->getReplacement(); in ImplReadEmbedded()
1212 maEx.aBitmapSize = aSize; in ImplReadEmbedded()
1216 maEx.SetPrefMapMode( aMapMode ); in ImplReadEmbedded()
1217 maEx.SetPrefSize( aSize ); in ImplReadEmbedded()
1670 if(maSvgData.get() && maEx.IsEmpty()) in ImplGetChecksum()
1673 const_cast< ImpGraphic* >(this)->maEx = maSvgData->getReplacement(); in ImplGetChecksum()
1682 nRet = maEx.GetChecksum(); in ImplGetChecksum()
1938 WriteDIBBitmapEx(rImpGraphic.maEx, rOStm); in operator <<()