Home
last modified time | relevance | path

Searched refs:rBmp (Results 1 – 25 of 55) sorted by last modified time

123

/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx452 inline sal_Bool IsSameInstance( const Bitmap& rBmp ) const;
453 sal_Bool IsEqual( const Bitmap& rBmp ) const;
H A Dbitmapex.hxx70 BitmapEx( const Bitmap& rBmp );
71 BitmapEx( const Bitmap& rBmp, const Bitmap& rMask );
72 BitmapEx( const Bitmap& rBmp, const AlphaMask& rAlphaMask );
73 BitmapEx( const Bitmap& rBmp, const Color& rTransparentColor );
H A Dmetaact.hxx675 MetaBmpAction( const Point& rPt, const Bitmap& rBmp );
702 const Bitmap& rBmp );
733 const Bitmap& rBmp );
849 const Bitmap& rBmp,
879 const Bitmap& rBmp,
913 const Bitmap& rBmp,
H A Doutdev.hxx499 SAL_DLLPRIVATE void ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha,
525 SAL_DLLPRIVATE void ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask,
1215 … const Bitmap& rBmp, long nMaxBmpDPIX, long nMaxBmpDPIY );
H A Dgraph.hxx105 Graphic( const Bitmap& rBmp );
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2057 const BitmapEx& rBmp = ViewShell::GetReplacementBitmap( false ); in DrawGraphic() local
2059 Graphic::DrawEx( pOutDev, aEmptyStr, aTmp, rBmp, rOrg.Pos(), rOrg.SSize() ); in DrawGraphic()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx147 const BitmapEx& rBmp = ViewShell::GetReplacementBitmap( bDefect != sal_False ); in lcl_PaintReplacement() local
148 Graphic::DrawEx( rSh.GetOut(), rText, *pFont, rBmp, rRect.Pos(), rRect.SSize() ); in lcl_PaintReplacement()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx1652 void SvImpLBox::SetNodeBmpYOffset( const Image& rBmp ) in SetNodeBmpYOffset() argument
1655 nYoffsNodeBmp = pView->GetHeightOffset( rBmp, aSize ); in SetNodeBmpYOffset()
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx115 BitmapEx::BitmapEx( const Bitmap& rBmp ) : in BitmapEx() argument
116 aBitmap ( rBmp ), in BitmapEx()
125 BitmapEx::BitmapEx( const Bitmap& rBmp, const Bitmap& rMask ) : in BitmapEx() argument
126 aBitmap ( rBmp ), in BitmapEx()
148 BitmapEx::BitmapEx( const Bitmap& rBmp, const AlphaMask& rAlphaMask ) : in BitmapEx() argument
149 aBitmap ( rBmp ), in BitmapEx()
158 aMask.Scale(rBmp.GetSizePixel()); in BitmapEx()
170 BitmapEx::BitmapEx( const Bitmap& rBmp, const Color& rTransparentColor ) : in BitmapEx() argument
171 aBitmap ( rBmp ), in BitmapEx()
179 DBG_ASSERT( rBmp.GetSizePixel() == aMask.GetSizePixel(), in BitmapEx()
H A Dbitmap.cxx265 sal_Bool Bitmap::IsEqual( const Bitmap& rBmp ) const in IsEqual()
267 return( IsSameInstance( rBmp ) || in IsEqual()
268 ( rBmp.GetSizePixel() == GetSizePixel() && in IsEqual()
269 rBmp.GetBitCount() == GetBitCount() && in IsEqual()
270 rBmp.GetChecksum() == GetChecksum() ) ); in IsEqual()
H A Ddibtools.cxx614 bool ImplReadDIBBody( SvStream& rIStm, Bitmap& rBmp, Bitmap* pBmpAlpha, sal_uLong nOffset ) in ImplReadDIBBody() argument
766 rBmp = aNewBmp; in ImplReadDIBBody()
H A Doutdev2.cxx2200 void OutputDevice::ImplDrawAlpha( const Bitmap& rBmp, const AlphaMask& rAlpha, in ImplDrawAlpha() argument
2260 SalBitmap* pSalSrcBmp = rBmp.ImplGetImpBitmap()->ImplGetSalBitmap(); in ImplDrawAlpha()
2267 Rectangle aBmpRect( aNullPt, rBmp.GetSizePixel() ); in ImplDrawAlpha()
2326 BitmapReadAccess* pP = ( (Bitmap&) rBmp ).AcquireReadAccess(); in ImplDrawAlpha()
2370 ( (Bitmap&) rBmp ).ReleaseAccess( pP ); in ImplDrawAlpha()
2383 void OutputDevice::ImplPrintTransparent( const Bitmap& rBmp, const Bitmap& rMask, in ImplPrintTransparent() argument
2394 …if( !rBmp.IsEmpty() && aSrcRect.GetWidth() && aSrcRect.GetHeight() && aDestSz.Width() && aDestSz.H… in ImplPrintTransparent()
2396 Bitmap aPaint( rBmp ), aMask( rMask ); in ImplPrintTransparent()
H A Dwall.cxx88 void ImplWallpaper::ImplSetCachedBitmap( BitmapEx& rBmp ) in ImplSetCachedBitmap() argument
91 mpCache = new BitmapEx( rBmp ); in ImplSetCachedBitmap()
93 *mpCache = rBmp; in ImplSetCachedBitmap()
H A Dprint2.cxx1373 const Bitmap& rBmp, long nMaxBmpDPIX, long nMaxBmpDPIY ) in GetDownsampledBitmap() argument
1375 Bitmap aBmp( rBmp ); in GetDownsampledBitmap()
H A Dmetaact.cxx1783 maBmp ( rBmp ), in IMPL_META_ACTION()
1854 const Bitmap& rBmp ) : in IMPL_META_ACTION()
1856 maBmp ( rBmp ), in IMPL_META_ACTION()
1933 const Bitmap& rBmp ) : in IMPL_META_ACTION()
1935 maBmp ( rBmp ), in IMPL_META_ACTION()
2248 const Bitmap& rBmp, in IMPL_META_ACTION()
2251 maBmp ( rBmp ), in IMPL_META_ACTION()
2324 const Bitmap& rBmp, in IMPL_META_ACTION()
2327 maBmp ( rBmp ), in IMPL_META_ACTION()
2406 const Bitmap& rBmp, in IMPL_META_ACTION()
[all …]
H A Dgraph.cxx231 Graphic::Graphic( const Bitmap& rBmp ) in Graphic() argument
233 mpImpGraphic = new ImpGraphic( rBmp ); in Graphic()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2688 const Graphic& rGraphic, const BitmapEx& rBmp, const BitmapEx& rBmpHC ) : in BmpWindow() argument
2691 aBmp(rBmp), in BmpWindow()
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx78 BmpTransporter::BmpTransporter( const Sequence<sal_Int8>& rBmp ) : in BmpTransporter() argument
79 m_aBM( rBmp ) in BmpTransporter()
81 const sal_uInt8* pData = (const sal_uInt8*)rBmp.getConstArray(); in BmpTransporter()
H A Dbmp.hxx91 BmpTransporter( const com::sun::star::uno::Sequence<sal_Int8>& rBmp );
/trunk/main/vcl/inc/
H A Dwall2.hxx50 void ImplSetCachedBitmap( BitmapEx& rBmp );
H A Dimpgraph.hxx82 ImpGraphic( const Bitmap& rBmp );
/trunk/main/toolkit/inc/toolkit/awt/
H A Dvclxbitmap.hxx55 void SetBitmap( const BitmapEx& rBmp ) { maBitmap = rBmp; } in SetBitmap() argument
/trunk/main/sw/source/ui/inc/
H A Dbmpwin.hxx55 const Graphic& rGraphic, const BitmapEx& rBmp, const BitmapEx& rBmpHC);
/trunk/main/svx/source/xoutdev/
H A D_xoutbmp.cxx380 Bitmap XOutBitmap::DetectEdges( const Bitmap& rBmp, const sal_uInt8 cThreshold ) in DetectEdges() argument
382 const Size aSize( rBmp.GetSizePixel() ); in DetectEdges()
388 Bitmap aWorkBmp( rBmp ); in DetectEdges()
455 aRetBmp = rBmp; in DetectEdges()
458 aRetBmp.SetPrefMapMode( rBmp.GetPrefMapMode() ); in DetectEdges()
459 aRetBmp.SetPrefSize( rBmp.GetPrefSize() ); in DetectEdges()
467 Polygon XOutBitmap::GetCountour( const Bitmap& rBmp, const sal_uIntPtr nFlags, in GetCountour() argument
473 Rectangle aWorkRect( aTmpPoint, rBmp.GetSizePixel() ); in GetCountour()
484 aWorkBmp = DetectEdges( rBmp, cEdgeDetectThreshold ); in GetCountour()
486 aWorkBmp = rBmp; in GetCountour()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx291 void MakeLineBitmap( sal_uInt16 nNo, Bitmap& rBmp, const Size& rSize, String& rStr,
1325 void SvxLineWindow_Impl::MakeLineBitmap( sal_uInt16 nNo, Bitmap& rBmp, const Size& rSize, String& r… in MakeLineBitmap() argument
1494 rBmp = aVirDev.GetBitmap( Point(0,0), rSize ); in MakeLineBitmap()

Completed in 193 milliseconds

123