Home
last modified time | relevance | path

Searched refs:GetBitmap (Results 1 – 25 of 202) sorted by relevance

123456789

/trunk/main/sdext/source/presenter/
H A DPresenterScrollBar.cxx753 return rpBitmaps->GetBitmap(GetBitmapMode(eArea)); in GetBitmap()
948 mpPrevButtonDescriptor = mpBitmaps->GetBitmap(A2S("Up")); in UpdateBitmaps()
949 mpNextButtonDescriptor = mpBitmaps->GetBitmap(A2S("Down")); in UpdateBitmaps()
996 GetBitmap(eArea, rpStartBitmaps), in PaintComposite()
997 GetBitmap(eArea, rpCenterBitmaps), in PaintComposite()
998 GetBitmap(eArea, rpEndBitmaps)); in PaintComposite()
1171 mpPrevButtonDescriptor = mpBitmaps->GetBitmap(A2S("Left")); in UpdateBitmaps()
1172 mpNextButtonDescriptor = mpBitmaps->GetBitmap(A2S("Right")); in UpdateBitmaps()
1214 GetBitmap(eArea, rpStartBitmaps), in PaintComposite()
1215 GetBitmap(eArea, rpCenterBitmaps), in PaintComposite()
[all …]
H A DPresenterPaneBorderPainter.cxx107 SharedBitmapDescriptor GetBitmap(
939 mpTopLeft = GetBitmap(rpTheme, rsStyleName, A2S("TopLeft")); in RendererPaneStyle()
940 mpTop = GetBitmap(rpTheme, rsStyleName, A2S("Top")); in RendererPaneStyle()
941 mpTopRight = GetBitmap(rpTheme, rsStyleName, A2S("TopRight")); in RendererPaneStyle()
942 mpLeft = GetBitmap(rpTheme, rsStyleName, A2S("Left")); in RendererPaneStyle()
943 mpRight = GetBitmap(rpTheme, rsStyleName, A2S("Right")); in RendererPaneStyle()
944 mpBottomLeft = GetBitmap(rpTheme, rsStyleName, A2S("BottomLeft")); in RendererPaneStyle()
945 mpBottom = GetBitmap(rpTheme, rsStyleName, A2S("Bottom")); in RendererPaneStyle()
946 mpBottomRight = GetBitmap(rpTheme, rsStyleName, A2S("BottomRight")); in RendererPaneStyle()
948 mpBackground = GetBitmap(rpTheme, OUString(), A2S("Background")); in RendererPaneStyle()
[all …]
H A DPresenterButton.cxx472 GetBitmap(rpLeft, eMode), in RenderButton()
473 GetBitmap(rpCenter, eMode), in RenderButton()
474 GetBitmap(rpRight, eMode)); in RenderButton()
509 Reference<rendering::XBitmap> PresenterButton::GetBitmap ( in GetBitmap() function in sdext::presenter::PresenterButton
514 return mpIcon->GetBitmap(eMode); in GetBitmap()
533 SharedBitmapDescriptor pLeftBitmap (mpTheme->GetBitmap(A2S("ButtonFrameLeft"))); in SetupButtonBitmaps()
534 SharedBitmapDescriptor pCenterBitmap(mpTheme->GetBitmap(A2S("ButtonFrameCenter"))); in SetupButtonBitmaps()
535 SharedBitmapDescriptor pRightBitmap(mpTheme->GetBitmap(A2S("ButtonFrameRight"))); in SetupButtonBitmaps()
H A DPresenterTheme.cxx146 const SharedBitmapDescriptor GetBitmap (const OUString& sBitmapName) const;
194 const SharedBitmapDescriptor GetBitmap (const OUString& sBitmapName) const;
476 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() function in sdext::presenter::PresenterTheme
500 SharedBitmapDescriptor pBitmap (pPaneStyle->GetBitmap(rsBitmapName)); in GetBitmap()
508 SharedBitmapDescriptor pBitmap (pViewStyle->GetBitmap(rsBitmapName)); in GetBitmap()
521 SharedBitmapDescriptor PresenterTheme::GetBitmap ( in GetBitmap() function in sdext::presenter::PresenterTheme
539 return mpTheme->mpIconContainer->GetBitmap(rsBitmapName); in GetBitmap()
1146 const SharedBitmapDescriptor PaneStyle::GetBitmap (const OUString& rsBitmapName) const in GetBitmap() function in sdext::presenter::__anon954a9b180211::PaneStyle
1150 const SharedBitmapDescriptor pBitmap = mpBitmaps->GetBitmap(rsBitmapName); in GetBitmap()
1156 return mpParentStyle->GetBitmap(rsBitmapName); in GetBitmap()
[all …]
H A DPresenterSlideSorter.cxx1742 mpLeftLabelBitmap = pBitmaps->GetBitmap(A2S("LabelLeft")); in MouseOverManager()
1743 mpCenterLabelBitmap = pBitmaps->GetBitmap(A2S("LabelCenter")); in MouseOverManager()
1744 mpRightLabelBitmap = pBitmaps->GetBitmap(A2S("LabelRight")); in MouseOverManager()
2078 mpTopLeft = aContainer.GetBitmap(A2S("TopLeft")); in CurrentSlideFrameRenderer()
2079 mpTop = aContainer.GetBitmap(A2S("Top")); in CurrentSlideFrameRenderer()
2080 mpTopRight = aContainer.GetBitmap(A2S("TopRight")); in CurrentSlideFrameRenderer()
2081 mpLeft = aContainer.GetBitmap(A2S("Left")); in CurrentSlideFrameRenderer()
2082 mpRight = aContainer.GetBitmap(A2S("Right")); in CurrentSlideFrameRenderer()
2083 mpBottomLeft = aContainer.GetBitmap(A2S("BottomLeft")); in CurrentSlideFrameRenderer()
2084 mpBottom = aContainer.GetBitmap(A2S("Bottom")); in CurrentSlideFrameRenderer()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx144 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getData()
145 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getData()
220 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setData()
221 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setData()
462 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in setPixel()
463 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in setPixel()
520 Bitmap aBitmap( mpBackBuffer->getBitmapReference().GetBitmap() ); in getPixel()
521 Bitmap aAlpha( mpBackBuffer->getBitmapReference().GetAlpha().GetBitmap() ); in getPixel()
H A Dspritehelper.cxx142 Bitmap aBmp( mpBackBuffer->getOutDev().GetBitmap( aEmptyPoint, in redraw()
157 Bitmap aMask( mpBackBufferMask->getOutDev().GetBitmap( aEmptyPoint, in redraw()
327 maContent->GetBitmap() ); in redraw()
337 maContent->GetBitmap() ); in redraw()
360 … rTargetSurface.DrawBitmap( aOutPos, aOutputSize, maContent->GetBitmap() ); in redraw()
378 BitmapEx( maContent->GetBitmap(), in redraw()
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx2155 aWall.SetBitmap( pFncBmp( aWall.GetBitmap(), pBmpParam ) ); in ImplExchangeColors()
2182 pFncBmp( pAct->GetBitmap(), pBmpParam ).GetBitmap() ), in ImplExchangeColors()
2192 pFncBmp( pAct->GetBitmap(), pBmpParam ).GetBitmap() ), in ImplExchangeColors()
2220 pAct->GetBitmap(), in ImplExchangeColors()
2231 pAct->GetBitmap(), in ImplExchangeColors()
2499 UInt32ToSVBT32( pAct->GetBitmap().GetChecksum(), aBT32 ); in GetChecksum()
2517 UInt32ToSVBT32( pAct->GetBitmap().GetChecksum(), aBT32 ); in GetChecksum()
2541 UInt32ToSVBT32( pAct->GetBitmap().GetChecksum(), aBT32 ); in GetChecksum()
2655 UInt32ToSVBT32( pAct->GetBitmap().GetChecksum(), aBT32 ); in GetChecksum()
2676 UInt32ToSVBT32( pAct->GetBitmap().GetChecksum(), aBT32 ); in GetChecksum()
[all …]
H A Doutdev2.cxx254 const Bitmap aBmp( GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
327 const Bitmap aBmp( rOutDev.GetBitmap( rSrcPt, rSrcSize ) ); in DrawOutDev()
747 DrawBitmap( rDestPt, rBitmapEx.GetBitmap() ); in DrawBitmapEx()
768 DrawBitmap( rDestPt, rDestSize, rBitmapEx.GetBitmap() ); in DrawBitmapEx()
997 const Bitmap aContent(aTransformed.GetBitmap()); in DrawTransformedBitmapEx()
1078 Bitmap aMask( aBmpEx.GetAlpha().GetBitmap() ); in ImplDrawBitmapEx()
1125 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplDrawBitmapEx()
1604 aBmp = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in GetBitmap()
1639 Bitmap aAlphaBitmap( mpAlphaVDev->GetBitmap( rSrcPt, rSize ) ); in GetBitmapEx()
1648 return GetBitmap( rSrcPt, rSize ); in GetBitmapEx()
[all …]
H A Doutdev6.cxx484 Bitmap aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) ); in DrawTransparent()
485 Bitmap aPolyMask( aVDev.GetBitmap( Point(), aDstSz ) ); in DrawTransparent()
719 const Bitmap aPaint(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
727 const AlphaMask aAlpha(pVDev->GetBitmap(aPoint, pVDev->GetOutputSizePixel())); in DrawTransparent()
750 aPaint = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
763 aMask = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
773 aAlpha = pVDev->GetBitmap( Point(), pVDev->GetOutputSizePixel() ); in DrawTransparent()
829 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
848 aBmpEx = aVDev.GetBitmap( Point(), aVDev.GetOutputSizePixel() ); in ImplDrawBitmapWallpaper()
898 aBmpEx = rWallpaper.GetBitmap(); in ImplDrawBitmapWallpaper()
[all …]
H A Dimpimage.cxx358 …const Bitmap aNewBmp( Size( nPosCount * maSize.Width(), maSize.Height() ), maBmpEx.GetBitmap().Ge… in GetBitmapEx()
414 aTmpBmpEx = maBmpEx.GetBitmap(); in Draw()
426 Bitmap aTmpBmp( aTmpBmpEx.GetBitmap() ); in Draw()
511 Bitmap aAlphaBmp( aTmpBmpEx.GetAlpha().GetBitmap() ); in Draw()
566 const Bitmap aBmp( maBmpEx.GetBitmap().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp()
594 Bitmap aBmp( maBmpEx.GetBitmap() ); in ImplUpdateDisabledBmpEx()
598 Bitmap aGrey( maDisabledBmpEx.GetBitmap() ); in ImplUpdateDisabledBmpEx()
H A Dpdfwriter_impl2.cxx154 int nDepth = aBitmapEx.GetBitmap().GetBitCount(); in implWriteBitmapEx()
182 aMask = aBitmapEx.GetAlpha().GetBitmap(); in implWriteBitmapEx()
186 Graphic aGraphic( aBitmapEx.GetBitmap() ); in implWriteBitmapEx()
251 m_rOuterFace.DrawBitmap( aPoint, aSize, aBitmapEx.GetBitmap() ); in implWriteBitmapEx()
472 aPaint = pVDev->GetBitmap( aPoint, aDstSizePixel ); in playMetafile()
485 aMask = pVDev->GetBitmap( aPoint, aDstSizePixel ); in playMetafile()
494 aAlpha = pVDev->GetBitmap( aPoint, aDstSizePixel ); in playMetafile()
788 BitmapEx aBitmapEx( pA->GetBitmap() ); in playMetafile()
800 …implWriteBitmapEx( pA->GetPoint(), pA->GetSize(), BitmapEx( pA->GetBitmap() ), pDummyVDev, i_rCont… in playMetafile()
807 BitmapEx aBitmapEx( pA->GetBitmap() ); in playMetafile()
H A Dgdimetafiletools.cxx180 aVDev.DrawBitmap(Point(0, 0), rBitmapEx.GetAlpha().GetBitmap()); in handleBitmapContent()
216 aVDev.GetBitmap( in handleBitmapContent()
232 BitmapEx(rBitmapEx.GetBitmap(), aAlpha))); in handleBitmapContent()
748 const Bitmap& rBitmap = pA->GetBitmap(); in clipMetafileContentAgainstOwnRegions()
793 BitmapEx(pA->GetBitmap()), in clipMetafileContentAgainstOwnRegions()
835 const Bitmap& rBitmap = pA->GetBitmap(); in clipMetafileContentAgainstOwnRegions()
H A Dimage.cxx95 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskBitmap ); in Image()
106 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), aMaskColor ); in Image()
204 mpImplData->mpData = new Bitmap( rBmpEx.GetBitmap() ); in ImplInit()
590 Bitmap aPixels( aSize, aTempl.GetBitmap().GetBitCount() ); in GetAsHorizontalStrip()
648 aBmpEx = BitmapEx( aBmpEx.GetBitmap(), *pMaskColor ); in InsertFromHorizontalBitmap()
650 aBmpEx = BitmapEx( aBmpEx.GetBitmap() ); in InsertFromHorizontalBitmap()
/trunk/main/cui/source/tabpages/
H A Dtpbitmap.cxx276 const XBitmapEntry* pXBitmapEntry = maBitmapList->GetBitmap(nPos); in FillItemSet()
345 pGraphicObject = new GraphicObject(maBitmapList->GetBitmap(nPos)->GetGraphicObject()); in IMPL_LINK()
368 … pGraphicObject = new GraphicObject(maBitmapList->GetBitmap(nPos)->GetGraphicObject()); in IMPL_LINK()
377 bool bIs8x8(isHistorical8x8(pGraphicObject->GetGraphic().GetBitmap(), aBack, aFront)); in IMPL_LINK()
542 if( aName == maBitmapList->GetBitmap( i )->GetName() ) in IMPL_LINK()
560 if( aName == maBitmapList->GetBitmap( i )->GetName() ) in IMPL_LINK()
676 if( aName == maBitmapList->GetBitmap( i )->GetName() ) in IMPL_LINK()
740 String aName( maBitmapList->GetBitmap( nPos )->GetName() ); in IMPL_LINK()
760 if( aName == maBitmapList->GetBitmap( i )->GetName() && in IMPL_LINK()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx1103 Rectangle aRect(rAct.GetPoint(),rAct.GetBitmap().GetSizePixel()); in DoAction()
1105 SdrGrafObj* pGraf=new SdrGrafObj(Graphic(rAct.GetBitmap()),aRect); in DoAction()
1117 SdrGrafObj* pGraf=new SdrGrafObj(Graphic(rAct.GetBitmap()),aRect); in DoAction()
1322 Bitmap aBitmap(rAct.GetBitmap()); in DoAction()
1353 Rectangle aRect(rAct.GetPoint(), rAct.GetBitmap().GetSizePixel()); in DoAction()
1354 BitmapEx aBitmapEx(rAct.GetBitmap(), rAct.GetColor()); in DoAction()
1368 BitmapEx aBitmapEx(rAct.GetBitmap(), rAct.GetColor()); in DoAction()
1382 BitmapEx aBitmapEx(rAct.GetBitmap(), rAct.GetColor()); in DoAction()
1599 aVDev.SetOutputSizePixel(aBitmapEx.GetBitmap().GetSizePixel()); in DoAction()
1620 aBitmapEx = BitmapEx(aBitmapEx.GetBitmap(), aNewMask); in DoAction()
[all …]
/trunk/main/svx/source/dialog/
H A D_bmpmask.cxx763 return BitmapEx( ImpMask( rBitmapEx.GetBitmap() ), rBitmapEx.GetMask() ); in ImpMask()
773 Bitmap aMask( rBitmapEx.GetBitmap().CreateMask( rColor, nTol ) ); in ImpMaskTransparent()
778 aBmpEx = BitmapEx( rBitmapEx.GetBitmap(), aMask ); in ImpMaskTransparent()
991 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask()
1001 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask()
1011 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask()
1078 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImpReplaceTransparency()
1195 Bitmap aBitmap( ImpMask( aGraphic.GetBitmap() ) ); in Mask()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx811 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
814 pAction->GetBitmap().GetSizePixel(), in ImplCreateOutput()
826 rOutBmpEx = BitmapEx( pAction->GetBitmap() ); in ImplCreateOutput()
1026 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateScaled()
1427 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImplCreateRotatedScaled()
1848 rBmpEx = BitmapEx( rBmpEx.GetBitmap(), aAlpha ); in ImplAdjust()
2287 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2290 aTileBitmap = BitmapEx( aTileBitmap.GetBitmap(), in ImplDrawTiled()
2432 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetAlpha() ); in ImplTransformBitmap()
2434 aBmpEx2 = BitmapEx( rBmpEx.GetBitmap(), rBmpEx.GetMask() ); in ImplTransformBitmap()
[all …]
/trunk/main/sfx2/source/doc/
H A Dgraphhelp.cxx250 aVDev.DrawBitmap( aNullPt, aVDev.GetOutputSizePixel(), rBmpEx.GetBitmap() ); in mergeBitmaps_Impl()
253 Bitmap aBmp( aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in mergeBitmaps_Impl()
261 Bitmap aOverlayMergeBmp( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ) ); in mergeBitmaps_Impl()
272 …aOverlayMergeBmp.CombineSimple( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ),… in mergeBitmaps_Impl()
274 rReturn = BitmapEx( aBmp, aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in mergeBitmaps_Impl()
364 Bitmap aBmp( aVDev.GetBitmap( aNullPt, aVDev.GetOutputSizePixel() ) ); in createThumb_Impl()
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx121 Bitmap aBmp( rGraphic.GetBitmap() ); in MirrorGraphic()
284 const Bitmap aBitmap( aVDev.GetBitmap( aPt, aSize ) ); in WriteGraphic()
292 aGraphic = BitmapEx( aBitmap, aVDev.GetBitmap( aPt, aSize ) ); in WriteGraphic()
311 aGraphic = aVDev.GetBitmap( Point(), aSize ); in WriteGraphic()
314 aGraphic = rGraphic.GetBitmap(); in WriteGraphic()
317 aGraphic = rGraphic.GetBitmap(); in WriteGraphic()
/trunk/main/filter/source/graphicfilter/eos2met/
H A Deos2met.cxx737 WriteImageObject( ( (MetaBmpAction*) pMA )->GetBitmap() ); in WriteImageObjects()
744 WriteImageObject( ( (MetaBmpScaleAction*) pMA )->GetBitmap() ); in WriteImageObjects()
751 WriteImageObject( ( (MetaBmpScalePartAction*) pMA )->GetBitmap() ); in WriteImageObjects()
758 WriteImageObject( Graphic( ( (MetaBmpExAction*) pMA )->GetBitmapEx() ).GetBitmap() ); in WriteImageObjects()
765 WriteImageObject( Graphic( ( (MetaBmpExScaleAction*) pMA )->GetBitmapEx() ).GetBitmap() ); in WriteImageObjects()
789 WriteImageObject( pBmpScaleAction->GetBitmap() ); in WriteImageObjects()
1982 const Size aSizePixel( pA->GetBitmap().GetSizePixel() ); in WriteOrders()
1994 METBitBlt( pA->GetPoint(), pA->GetSize(), pA->GetBitmap().GetSizePixel() ); in WriteOrders()
2001 Bitmap aTmp( pA->GetBitmap() ); in WriteOrders()
2005 METBitBlt( pA->GetDestPoint(), pA->GetDestSize(), pA->GetBitmap().GetSizePixel() ); in WriteOrders()
[all …]
/trunk/main/sd/source/ui/tools/
H A DPreviewRenderer.cxx157 aPreview = mpPreviewDevice->GetBitmap ( in RenderPage()
222 aPreview = mpPreviewDevice->GetBitmap ( in RenderSubstitution()
526 BitmapEx aScaledBitmap (rBitmapEx.GetBitmap()); in ScaleBitmap()
531 aScaledBitmap.GetBitmap()); in ScaleBitmap()
534 aPreview = mpPreviewDevice->GetBitmap (Point(0,0), aFrameSize); in ScaleBitmap()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclhelperbufferdevice.cxx296 Bitmap aContent(mpContent->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
307 const AlphaMask aAlphaMask(mpAlpha->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
312 WriteDIB(aAlphaMask.GetBitmap(), aNew, false, true); in paint()
320 const Bitmap aMask(mpMask->GetBitmap(aEmptyPoint, aSizePixel)); in paint()
/trunk/main/svtools/source/filter/wmf/
H A Demfwr.cxx1184 …ImplWriteBmpRecord( pA->GetBitmap(), pA->GetPoint(), maVDev.PixelToLogic( pA->GetBitmap().GetSizeP… in ImplWrite()
1191 ImplWriteBmpRecord( pA->GetBitmap(), pA->GetPoint(), pA->GetSize(), WIN_SRCCOPY ); in ImplWrite()
1198 Bitmap aTmp( pA->GetBitmap() ); in ImplWrite()
1208 Bitmap aBmp( pA->GetBitmapEx().GetBitmap() ); in ImplWrite()
1226 Bitmap aBmp( pA->GetBitmapEx().GetBitmap() ); in ImplWrite()
1246 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplWrite()
/trunk/main/vcl/inc/vcl/
H A Dmetaact.hxx680 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaBmpAction
707 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaBmpScaleAction
738 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaBmpScalePartAction
855 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaMaskAction
885 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaMaskScaleAction
919 const Bitmap& GetBitmap() const { return maBmp; } in GetBitmap() function in MetaMaskScalePartAction

Completed in 216 milliseconds

123456789