Home
last modified time | relevance | path

Searched refs:maBitmap (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsFramePainter.cxx96 if (maCenter.maBitmap.IsEmpty()) in AdaptColor()
106 maCenter.maBitmap.SetEmpty(); in AdaptColor()
129 : maBitmap(), in OffsetBitmap()
145 maBitmap = BitmapEx(rBitmap, aOrigin, aSize); in OffsetBitmap()
146 if (maBitmap.IsEmpty()) in OffsetBitmap()
165maBitmap.Scale(Size(maBitmap.GetSizePixel().Width(), nSideBitmapSize), BMP_SCALE_FASTESTINTERPOLAT… in OffsetBitmap()
176 if ( ! maBitmap.IsEmpty()) in PaintCorner()
190 if (maBitmap.IsEmpty()) in PaintSide()
211 maBitmap); in PaintSide()
231 maBitmap); in PaintSide()
[all …]
H A DSlsFramePainter.hxx56 BitmapEx maBitmap; member in sd::slidesorter::view::FramePainter::OffsetBitmap
H A DSlsInsertionIndicatorOverlay.cxx231 Bitmap aPreview (rRepresentatives[nIndex].maBitmap); in PaintRepresentatives()
/trunk/main/canvas/source/vcl/
H A Dbitmapbackbuffer.cxx41 maBitmap( rBitmap ), in BitmapBackBuffer()
90 *maBitmap = mpVDev->GetBitmapEx( aEmptyPoint, in getBitmapReference()
99 return *maBitmap; in getBitmapReference()
104 Size aSize = maBitmap->GetSizePixel(); in getBitmapSizePixel()
122 mpVDev = maBitmap->IsTransparent() ? in createVDev()
129 mpVDev->SetOutputSizePixel( maBitmap->GetSizePixel() ); in createVDev()
155 mpVDev->DrawBitmapEx( aEmptyPoint, *maBitmap ); in updateVDev()
H A Dbitmapbackbuffer.hxx72 ::canvas::vcltools::VCLObject<BitmapEx> maBitmap;
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsTransferableData.hxx50 : maBitmap(rBitmap), mbIsExcluded(bIsExcluded) {} in Representative()
52 : maBitmap(rOther.maBitmap), mbIsExcluded(rOther.mbIsExcluded) {} in Representative()
54 { if (&rOther != this) {maBitmap = rOther.maBitmap; mbIsExcluded = rOther.mbIsExcluded; } in operator =()
58 Bitmap maBitmap; member in sd::slidesorter::controller::TransferableData::Representative
/trunk/main/toolkit/source/awt/
H A Dvclxbitmap.cxx63 …::com::sun::star::awt::Size aSize( maBitmap.GetSizePixel().Width(), maBitmap.GetSizePixel().Height… in IMPL_XTYPEPROVIDER_START()
72 WriteDIB(maBitmap.GetBitmap(), aMem, false, true); in getDIB()
81 WriteDIB(maBitmap.GetMask(), aMem, false, true); in getMaskDIB()
/trunk/main/vcl/source/gdi/
H A Dbmpacc.cxx78 if( mbModify && !maBitmap.ImplGetImpBitmap() ) in ImplCreate()
138 maBitmap = rBitmap; in ImplCreate()
151 ImpBitmap* pImpBmp = maBitmap.ImplGetImpBitmap(); in ImplDestroy()
317 const ImpBitmap* pImpBmp = maBitmap.ImplGetImpBitmap(); in ReAccess()
325 ImplCreate( maBitmap ); in ReAccess()
H A Dbmpacc3.cxx122 const Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in Erase()
276 Rectangle aRect( aPoint, maBitmap.GetSizePixel() ); in FillRect()
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxbitmap.hxx48 BitmapEx maBitmap; member in VCLXBitmap
55 void SetBitmap( const BitmapEx& rBmp ) { maBitmap = rBmp; } in SetBitmap()
56 const BitmapEx& GetBitmap() const { return maBitmap; } in GetBitmap()
/trunk/main/vcl/win/source/window/
H A Dsalmenu.cxx105 …pSalMenuItem->maBitmap= !!pItemData->aImage ? pItemData->aImage.GetBitmapEx().GetBitmap() : Bitmap… in CreateMenuItem()
315 pWItem->maBitmap = rImage.GetBitmapEx().GetBitmap(); in SetItemImage()
317 pWItem->maBitmap = Bitmap(); in SetItemImage()
H A Dsalframe.cxx4981 if( !!pSalMenuItem->maBitmap ) in ImplDrawItem()
4983 Bitmap aBitmap( pSalMenuItem->maBitmap ); in ImplDrawItem()
/trunk/main/vcl/source/control/
H A Dfixed.cxx742 maBitmap = Bitmap( ResId( (RSHEADER_TYPE*)GetClassRes(), *rResId.GetResMgr() ) ); in ImplLoadRes()
781 Bitmap* pBitmap = &maBitmap; in ImplDraw()
792 Image aImage( maBitmap ); in ImplDraw()
903 maBitmap = rBitmap; in SetBitmap()
930 return maBitmap; in GetModeBitmap()
/trunk/main/vcl/inc/vcl/
H A Dfixed.hxx117 Bitmap maBitmap; member in FixedBitmap
144 const Bitmap& GetBitmap() const { return maBitmap; } in GetBitmap()
H A Dbmpacc.hxx92 Bitmap maBitmap; member in BitmapReadAccess
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx446 maBitmap = Bitmap(); in GetGraphicStream()
464 maBitmap = Bitmap(); in GetGraphicStream()
502 maBitmap = GetGraphicBitmap( *mpTempStream ); in GetGraphicStream()
1270 Bitmap aCroppedBitmap( maBitmap ); in updatePreview()
H A Dexportdialog.hxx143 Bitmap maBitmap; member in ExportDialog
/trunk/main/vcl/inc/win/
H A Dsalmenu.h66 Bitmap maBitmap; // item image member in WinSalMenuItem
/trunk/main/svtools/inc/svtools/
H A Droadmap.hxx69 void SetRoadmapBitmap( const BitmapEx& maBitmap, sal_Bool _bInvalidate = sal_True );

Completed in 100 milliseconds