Home
last modified time | relevance | path

Searched refs:pBitmap (Results 1 – 25 of 38) sorted by last modified time

12

/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx1155 if( pBitmap ) in copyBits()
1160 drawBitmap( aPosAry, *pBitmap ); in copyBits()
1161 delete pBitmap; in copyBits()
1173 SalBitmap* pBitmap = getBitmap( nSrcX, nSrcY, nSrcWidth, nSrcHeight ); in copyArea()
1174 if( pBitmap ) in copyArea()
1185 drawBitmap( aPosAry, *pBitmap ); in copyArea()
1186 delete pBitmap; in copyArea()
1301 AquaSalBitmap* pBitmap = new AquaSalBitmap; in getBitmap() local
1304 delete pBitmap; in getBitmap()
1305 pBitmap = NULL; in getBitmap()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1707 void PSWriter::ImplBmp( Bitmap* pBitmap, Bitmap* pMaskBitmap, const Point & rPoint, double nXWidth,… in ImplBmp() argument
1709 if ( !pBitmap ) in ImplBmp()
1712 sal_Int32 nHeightOrg = pBitmap->GetSizePixel().Height(); in ImplBmp()
1714 long nWidth = pBitmap->GetSizePixel().Width(); in ImplBmp()
1719 Bitmap aTileBitmap( *pBitmap ); in ImplBmp()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx89 void InterpolateFixedBitmap( FixedBitmap * pBitmap ) in InterpolateFixedBitmap() argument
91 Bitmap aBmp( pBitmap->GetBitmap() ); in InterpolateFixedBitmap()
92 Size aSize = pBitmap->GetSizePixel(); in InterpolateFixedBitmap()
94 pBitmap->SetBitmap( aBmp ); in InterpolateFixedBitmap()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1008 const Wallpaper* pWall, const Bitmap* pBitmap ) in ImplDrawBack() argument
1010 if ( pBitmap ) in ImplDrawBack()
1013 Size aBmpSize = pBitmap->GetSizePixel(); in ImplDrawBack()
1021 pWindow->DrawBitmap( aPos, *pBitmap ); in ImplDrawBack()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsButtonBar.cxx145 BitmapWriteAccess* pBitmap = rMask.AcquireWriteAccess(); in AdaptTransparency() local
148 if (pBitmap!=NULL && pSourceBitmap!=NULL) in AdaptTransparency()
150 const sal_Int32 nWidth (pBitmap->Width()); in AdaptTransparency()
151 const sal_Int32 nHeight (pBitmap->Height()); in AdaptTransparency()
161 pBitmap->SetPixelIndex(nY, nX, static_cast<sal_uInt8>(255-nNewValue)); in AdaptTransparency()
483 BitmapEx* pBitmap = NULL; in PaintButtonBackground() local
493 pBitmap = &maButtonDownBackground; in PaintButtonBackground()
495 pBitmap = &maNormalBackground; in PaintButtonBackground()
496 if (pBitmap != NULL) in PaintButtonBackground()
498 AlphaMask aMask (pBitmap->GetSizePixel()); in PaintButtonBackground()
[all …]
/trunk/main/slideshow/source/engine/slide/
H A Dslideimpl.cxx320 SlideBitmapSharedPtr pBitmap( mrSlide.getCurrentSlideBitmap( rView ) ); in operator ()() local
332 pBitmap->move( aOutPosPixel ); in operator ()()
336 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in operator ()()
337 pBitmap->draw( pDevicePixelCanvas ); in operator ()()
766 ::cppcanvas::BitmapSharedPtr pBitmap( in createCurrentSlideBitmap()
771 ENSURE_OR_THROW( pBitmap, in createCurrentSlideBitmap()
774 ::cppcanvas::BitmapCanvasSharedPtr pBitmapCanvas( pBitmap->getBitmapCanvas() ); in createCurrentSlideBitmap()
790 return SlideBitmapSharedPtr( new SlideBitmap( pBitmap ) ); in createCurrentSlideBitmap()
H A Duserpaintoverlay.cxx155 SlideBitmapSharedPtr pBitmap( mrSlide.getCurrentSlideBitmap( (*aIter) ) ); in repaintWithoutPolygons() local
168 pBitmap->move( aOutPosPixel ); in repaintWithoutPolygons()
172 pBitmap->clip( ::basegfx::B2DPolyPolygon() ); in repaintWithoutPolygons()
173 pBitmap->draw( pDevicePixelCanvas ); in repaintWithoutPolygons()
380 SlideBitmapSharedPtr pBitmap( mrSlide.getCurrentSlideBitmap( (*aIter) ) ); in handleMouseDragged() local
393 pBitmap->move( aOutPosPixel ); in handleMouseDragged()
399 pBitmap->clip(aPolyPoly); in handleMouseDragged()
400 pBitmap->draw( pDevicePixelCanvas ); in handleMouseDragged()
/trunk/main/slideshow/source/engine/transitions/
H A Dslidechangebase.cxx113 cppcanvas::BitmapSharedPtr pBitmap( in createBitmap() local
119 pBitmap, in createBitmap()
123 pBitmap->getBitmapCanvas() ); in createBitmap()
139 pRet.reset( new SlideBitmap( pBitmap )); in createBitmap()
/trunk/main/canvas/source/directx/
H A Ddx_canvashelper_texturefill.cxx496 BitmapSharedPtr pBitmap( in fillBitmap() local
505 pBitmap.get(), in fillBitmap()
523 pBitmap.get(), in fillBitmap()
/trunk/main/svx/inc/svx/
H A Ddlgctrl.hxx101 Bitmap* pBitmap; member in SvxRectCtl
/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx80 if( !pBitmap ) in GetRectBitmap()
83 return *pBitmap; in GetRectBitmap()
96 pBitmap ( NULL ), in SvxRectCtl()
108 delete pBitmap; in ~SvxRectCtl()
166 if( pBitmap ) in InitRectBitmap()
167 delete pBitmap; in InitRectBitmap()
172 pBitmap = new Bitmap( SVX_RES( RID_SVXCTRL_RECTBTNS ) ); in InitRectBitmap()
209 pBitmap->Replace( aColorAry1, aColorAry2, 7, NULL ); in InitRectBitmap()
236 delete pBitmap; in InitSettings()
237 pBitmap = NULL; // forces new creating of bitmap in InitSettings()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1055 BitmapBuffer *pBitmap = pSalBitmap->AcquireBuffer( sal_True ); in bitmapToPixbuf() local
1056 g_return_val_if_fail( pBitmap != NULL, NULL ); in bitmapToPixbuf()
1057 g_return_val_if_fail( pBitmap->mnBitCount == 24, NULL ); in bitmapToPixbuf()
1070 for( nY = 0; nY < pBitmap->mnHeight; nY++ ) in bitmapToPixbuf()
1072 sal_uInt8 *pData = getRow( pBitmap, nY ); in bitmapToPixbuf()
1075 for( nX = 0; nX < pBitmap->mnWidth; nX++ ) in bitmapToPixbuf()
1077 if( pBitmap->mnFormat == BMP_FORMAT_24BIT_TC_BGR ) in bitmapToPixbuf()
1094 pSalBitmap->ReleaseBuffer( pBitmap, sal_True ); in bitmapToPixbuf()
2576 void GtkSalFrame::SetBackgroundBitmap( SalBitmap* pBitmap ) in SetBackgroundBitmap() argument
2586 if( pBitmap ) in SetBackgroundBitmap()
[all …]
/trunk/main/vcl/unx/headless/
H A Dsvpframe.hxx113 virtual void SetBackgroundBitmap( SalBitmap* pBitmap );
H A Dsvpgdi.cxx557 SvpSalBitmap* pBitmap = new SvpSalBitmap(); in getBitmap() local
558 pBitmap->setBitmap( aCopy ); in getBitmap()
559 return pBitmap; in getBitmap()
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx330 GdkCursor* GtkSalDisplay::getFromXPM( const char *pBitmap, in getFromXPM() argument
338 ( pDrawable, pBitmap, nWidth, nHeight ); in getFromXPM()
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx860 void X11SalFrame::SetBackgroundBitmap( SalBitmap* pBitmap ) in SetBackgroundBitmap() argument
868 if( pBitmap ) in SetBackgroundBitmap()
870 X11SalBitmap* pBM = static_cast<X11SalBitmap*>(pBitmap); in SetBackgroundBitmap()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx76 SalPrinterBmp (BitmapBuffer* pBitmap);
/trunk/main/vcl/unx/generic/app/
H A Dsoicon.cxx70 X11SalBitmap *pBitmap = static_cast < X11SalBitmap * > in SelectAppIconPixmap() local
79 pBitmap->ImplDraw( icon_pixmap, in SelectAppIconPixmap()
/trunk/main/vcl/source/gdi/
H A Dimpbmp.cxx56 void ImpBitmap::ImplSetSalBitmap( SalBitmap* pBitmap ) in ImplSetSalBitmap() argument
58 delete mpSalBitmap, mpSalBitmap = pBitmap; in ImplSetSalBitmap()
H A Dgraph.cxx57 Font* pFont, const Bitmap* pBitmap, const BitmapEx* pBitmapEx, in ImplDrawDefault() argument
64 sal_Bool bFilled = ( pBitmap != NULL || pBitmapEx != NULL || pFont != NULL ); in ImplDrawDefault()
97 && ( ( pBitmap && !!*pBitmap ) || ( pBitmapEx && !!*pBitmapEx ) ) ) in ImplDrawDefault()
99 …Size aBitmapSize( pOutDev->PixelToLogic( pBitmap ? pBitmap->GetSizePixel() : pBitmapEx->GetSizePix… in ImplDrawDefault()
103 if ( pBitmap ) in ImplDrawDefault()
104 pOutDev->DrawBitmap( aPoint, *pBitmap ); in ImplDrawDefault()
/trunk/main/vcl/source/control/
H A Dfixed.cxx781 Bitmap* pBitmap = &maBitmap; in ImplDraw() local
786 pBitmap = &maBitmapHC; in ImplDraw()
807 if ( !(!(*pBitmap)) ) in ImplDraw()
810 pDev->DrawBitmap( rPos, rSize, *pBitmap ); in ImplDraw()
813 Point aPos = ImplCalcPos( GetStyle(), rPos, pBitmap->GetSizePixel(), rSize ); in ImplDraw()
814 pDev->DrawBitmap( aPos, *pBitmap ); in ImplDraw()
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx138 const Wallpaper* pWall, const Bitmap* pBitmap );
/trunk/main/vcl/inc/unx/
H A Dsalframe.h260 virtual void SetBackgroundBitmap( SalBitmap* pBitmap );
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkdata.hxx60 GdkCursor* getFromXPM( const char *pBitmap, const char *pMask,
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2115 …uno::Reference< awt::XBitmap >* pBitmap = (uno::Reference< awt::XBitmap > *)pData->aVal.getValue(); in SetNumberingRuleByIndex() local
2116 if(pBitmap) in SetNumberingRuleByIndex()
2129 BitmapEx aBmp = VCLUnoHelper::GetBitmap( *pBitmap ); in SetNumberingRuleByIndex()

Completed in 275 milliseconds

12