Home
last modified time | relevance | path

Searched refs:aBmp (Results 26 – 50 of 103) sorted by relevance

12345

/aoo41x/main/avmedia/source/win/
H A Dframegrabber.cxx193 Bitmap aBmp; in grabFrame() local
195 if( ReadDIB(aBmp, aMemStm, false ) && !aBmp.IsEmpty() ) in grabFrame()
197 const Graphic aGraphic( aBmp ); in grabFrame()
/aoo41x/main/filter/source/graphicfilter/eppm/
H A Deppm.cxx96 Bitmap aBmp = aBmpEx.GetBitmap(); in WritePPM() local
97 aBmp.Convert( BMP_CONVERSION_24BIT ); in WritePPM()
102 mpAcc = aBmp.AcquireReadAccess(); in WritePPM()
109 aBmp.ReleaseAccess( mpAcc ); in WritePPM()
/aoo41x/main/sd/source/ui/dlg/
H A Dvectdlg.cxx78 aBmp ( rBmp ) in SdVectorizeDlg()
139 const Rectangle aRect( GetRect( aBmpWin.GetSizePixel(), aBmp.GetSizePixel() ) ); in InitPreviewBmp()
141 aPreviewBmp = aBmp; in InitPreviewBmp()
296 Calculate( aBmp, aMtf ); in IMPL_LINK()
308 Calculate( aBmp, aMtf ); in IMPL_LINK()
/aoo41x/main/vcl/source/gdi/
H A Dcvtsvm.cxx985 Bitmap aBmp; in ImplConvertFromSVM1() local
988 ReadDIB(aBmp, rIStm, true); in ImplConvertFromSVM1()
989 rMtf.AddAction( new MetaBmpAction( aPt, aBmp ) ); in ImplConvertFromSVM1()
995 Bitmap aBmp; in ImplConvertFromSVM1() local
998 ReadDIB(aBmp, rIStm, true); in ImplConvertFromSVM1()
999 rMtf.AddAction( new MetaBmpScaleAction( aPt, aSz, aBmp ) ); in ImplConvertFromSVM1()
1005 Bitmap aBmp; in ImplConvertFromSVM1() local
1009 ReadDIB(aBmp, rIStm, true); in ImplConvertFromSVM1()
1875 WriteDIB(aBmp, rOStm, false, true); in ImplWriteActions()
1889 WriteDIB(aBmp, rOStm, false, true); in ImplWriteActions()
[all …]
H A Dimpimage.cxx566 const Bitmap aBmp( maBmpEx.GetBitmap().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp() local
569 mpDisplayBmp = new BitmapEx( aBmp, maBmpEx.GetMask().CreateDisplayBitmap( pOutDev ) ); in ImplUpdateDisplayBmp()
571 mpDisplayBmp = new BitmapEx( aBmp ); in ImplUpdateDisplayBmp()
594 Bitmap aBmp( maBmpEx.GetBitmap() ); in ImplUpdateDisabledBmpEx() local
595 BitmapReadAccess* pBmp( aBmp.AcquireReadAccess() ); in ImplUpdateDisabledBmpEx()
626 aBmp.ReleaseAccess( pBmp ); in ImplUpdateDisabledBmpEx()
H A Dimagerepository.cxx66 BitmapEx aBmp = aReader.Read(); in lcl_loadPNG() local
67 if (!aBmp.IsEmpty()) in lcl_loadPNG()
69 rImage = Image( aBmp ); in lcl_loadPNG()
H A Ddibtools.cxx1479 Bitmap aBmp; in ReadDIBBitmapEx() local
1480 bool bRetval(ImplReadDIB(aBmp, 0, rIStm, true) && !rIStm.GetError()); in ReadDIBBitmapEx()
1489 rTarget = BitmapEx(aBmp); in ReadDIBBitmapEx()
1519 rTarget = BitmapEx(aBmp, aAlpha); in ReadDIBBitmapEx()
1523 rTarget = BitmapEx(aBmp, aMask); in ReadDIBBitmapEx()
1537 rTarget = BitmapEx(aBmp, aTransparentColor); in ReadDIBBitmapEx()
/aoo41x/main/forms/source/component/
H A Dimgprod.cxx406 Bitmap aBmp( rGraphic.GetBitmapEx().GetBitmap() ); in ImplInitConsumer() local
407 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplInitConsumer()
476 aBmp.ReleaseAccess( pBmpAcc ); in ImplInitConsumer()
486 Bitmap aBmp( aBmpEx.GetBitmap() ); in ImplUpdateConsumer() local
487 BitmapReadAccess* pBmpAcc = aBmp.AcquireReadAccess(); in ImplUpdateConsumer()
506 aMask = Bitmap( aBmp.GetSizePixel(), 1 ); in ImplUpdateConsumer()
594 aBmp.ReleaseAccess( pBmpAcc ); in ImplUpdateConsumer()
/aoo41x/main/svx/source/dialog/
H A Dgraphctl.cxx237 Bitmap aBmp( rGraphic.GetBitmap() ); in SetGraphic() local
239 DitherBitmap( aBmp ); in SetGraphic()
240 aGraphic = Graphic( BitmapEx( aBmp, rGraphic.GetBitmapEx().GetMask() ) ); in SetGraphic()
244 Bitmap aBmp( rGraphic.GetBitmap() ); in SetGraphic() local
245 DitherBitmap( aBmp ); in SetGraphic()
246 aGraphic = aBmp; in SetGraphic()
H A D_bmpmask.cxx991 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask() local
993 pAct = new MetaBmpAction( pAct->GetPoint(), aBmp ); in ImpMask()
1001 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask() local
1003 pAct = new MetaBmpScaleAction( pAct->GetPoint(), pAct->GetSize(), aBmp ); in ImpMask()
1011 const Bitmap aBmp( Mask( pAct->GetBitmap() ).GetBitmap() ); in ImpMask() local
1014 pAct->GetSrcPoint(), pAct->GetSrcSize(), aBmp ); in ImpMask()
1078 Bitmap aBmp( rBmpEx.GetBitmap() ); in ImpReplaceTransparency() local
1079 aBmp.Replace( rBmpEx.GetMask(), rColor ); in ImpReplaceTransparency()
1080 return aBmp; in ImpReplaceTransparency()
/aoo41x/main/filter/source/graphicfilter/epict/
H A Depict.cxx1807 const Bitmap aBmp( pA->GetBitmap() ); in WriteOpcodes() local
1810 …eOpcode_BitsRect( pA->GetPoint(), aVirDev.PixelToLogic( aBmp.GetSizePixel(), aSrcMapMode ), aBmp ); in WriteOpcodes()
1824 Bitmap aBmp( pA->GetBitmap() ); in WriteOpcodes() local
1826 aBmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteOpcodes()
1827 WriteOpcode_BitsRect( pA->GetDestPoint(), pA->GetDestSize(), aBmp ); in WriteOpcodes()
1834 const Bitmap aBmp( Graphic( pA->GetBitmapEx() ).GetBitmap() ); in WriteOpcodes() local
1837 …eOpcode_BitsRect( pA->GetPoint(), aVirDev.PixelToLogic( aBmp.GetSizePixel(), aSrcMapMode ), aBmp ); in WriteOpcodes()
1844 const Bitmap aBmp( Graphic( pA->GetBitmapEx() ).GetBitmap() ); in WriteOpcodes() local
1846 WriteOpcode_BitsRect( pA->GetPoint(), pA->GetSize(), aBmp ); in WriteOpcodes()
1855 aBmp.Crop( Rectangle( pA->GetSrcPoint(), pA->GetSrcSize() ) ); in WriteOpcodes()
[all …]
/aoo41x/main/svx/source/tbxctrls/
H A Dfillctrl.cxx325 const Bitmap aBmp = aGradientList->GetUiBitmap( 0 ); in Update() local
327 if( !aBmp.IsEmpty() ) in Update()
329 ( (ListBox*)pFillAttrLB )->InsertEntry( pEntry->GetName(), aBmp ); in Update()
371 const Bitmap aBmp = aHatchList->GetUiBitmap( 0 ); in Update() local
373 if( !aBmp.IsEmpty() ) in Update()
375 ( (ListBox*)pFillAttrLB )->InsertEntry( pEntry->GetName(), aBmp ); in Update()
/aoo41x/main/svtools/source/contnr/
H A Dsvicnvw.cxx177 Image aBmp; in GetExpandedEntryBmp() local
180 aBmp = pItem->GetBitmap2(); in GetExpandedEntryBmp()
181 return aBmp; in GetExpandedEntryBmp()
186 Image aBmp; in GetCollapsedEntryBmp() local
189 aBmp = pItem->GetBitmap1(); in GetCollapsedEntryBmp()
190 return aBmp; in GetCollapsedEntryBmp()
H A Dsvlbitm.cxx308 aBmp = aBitmap; in SetBitmap()
317 pViewData->aSize = aBmp.GetSizePixel(); in InitViewData()
325 rDev.DrawImage( rPos, aBmp ,nStyle); in Paint()
337 aBmp = ((SvLBoxBmp*)pSource)->aBmp; in Clone()
H A Dsvtreebx.cxx564 pItem->SetBitmap2( aBmp, _eMode ); in SetExpandedEntryBmp()
568 Size aSize = aBmp.GetSizePixel(); in SetExpandedEntryBmp()
578 void SvTreeListBox::SetCollapsedEntryBmp(SvLBoxEntry* pEntry,const Image& aBmp, BmpColorMode _eMode… in SetCollapsedEntryBmp() argument
584 pItem->SetBitmap1( aBmp, _eMode ); in SetCollapsedEntryBmp()
588 Size aSize = aBmp.GetSizePixel(); in SetCollapsedEntryBmp()
763 void SvTreeListBox::SetDefaultExpandedEntryBmp( const Image& aBmp, BmpColorMode _eMode ) in SetDefaultExpandedEntryBmp() argument
766 Size aSize = aBmp.GetSizePixel(); in SetDefaultExpandedEntryBmp()
771 pImp->SetDefaultEntryExpBmp( aBmp, _eMode ); in SetDefaultExpandedEntryBmp()
774 void SvTreeListBox::SetDefaultCollapsedEntryBmp( const Image& aBmp, BmpColorMode _eMode ) in SetDefaultCollapsedEntryBmp() argument
777 Size aSize = aBmp.GetSizePixel(); in SetDefaultCollapsedEntryBmp()
[all …]
/aoo41x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2273 Bitmap aBmp( pAct->GetBitmap() ); in createActions() local
2276 aBmp.Crop( aCropRect ); in createActions()
2280 aBmp, in createActions()
2356 BitmapEx aBmp( pAct->GetBitmapEx() ); in createActions() local
2359 aBmp.Crop( aCropRect ); in createActions()
2363 aBmp, in createActions()
2390 BitmapEx aBmp( createMaskBmpEx( pAct->GetBitmap(), in createActions() local
2395 aBmp, in createActions()
2425 aBmp, in createActions()
2459 aBmp.Crop( aCropRect ); in createActions()
[all …]
/aoo41x/main/sd/source/ui/controller/
H A Dslidelayoutcontroller.cxx166 BitmapEx aBmp( SdResId( (bHighContrast ? pInfo->mnHCBmpResId : pInfo->mnBmpResId) ) ); in fillLayoutValueSet() local
168 pValue->InsertItem( static_cast<sal_uInt16>(pInfo->maAutoLayout)+1, aBmp, aText ); in fillLayoutValueSet()
170 aLayoutItemSize.Width() = std::max( aLayoutItemSize.Width(), aBmp.GetSizePixel().Width() ); in fillLayoutValueSet()
171 aLayoutItemSize.Height() = std::max( aLayoutItemSize.Height(), aBmp.GetSizePixel().Height() ); in fillLayoutValueSet()
/aoo41x/main/svx/source/svdraw/
H A Dsvdxcgv.cxx533 BitmapEx aBmp; in GetMarkedObjBitmapEx() local
546 aBmp = pGrafObj->GetTransformedGraphic().GetBitmapEx(); in GetMarkedObjBitmapEx()
555 aBmp = pSdrGrafObj->GetGraphic().getSvgData()->getReplacement(); in GetMarkedObjBitmapEx()
560 if( !aBmp ) in GetMarkedObjBitmapEx()
601 aBmp = convertPrimitive2DSequenceToBitmapEx( in GetMarkedObjBitmapEx()
610 return aBmp; in GetMarkedObjBitmapEx()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdevice.cxx227 Bitmap aBmp = mpOutputDevice->GetBitmap( Point( nX, nY ), Size( nWidth, nHeight ) ); in createBitmap() local
230 pBmp->SetBitmap( BitmapEx( aBmp ) ); in createBitmap()
240 BitmapEx aBmp = VCLUnoHelper::GetBitmap( rxBitmap ); in createDisplayBitmap() local
242 pBmp->SetBitmap( aBmp ); in createDisplayBitmap()
/aoo41x/main/canvas/source/vcl/
H A Dspritehelper.cxx142 Bitmap aBmp( mpBackBuffer->getOutDev().GetBitmap( aEmptyPoint, in redraw() local
151 maContent = BitmapEx( aBmp ); in redraw()
181 maContent = BitmapEx( aBmp, aMask ); in redraw()
/aoo41x/main/svtools/source/filter/wmf/
H A Dwinmtf.cxx1741 if ( ( pSave->aBmp.GetPrefSize() == pSave2->aBmp.GetPrefSize() ) && in ResolveBitmapActions()
1742 ( pSave->aBmp.GetPrefMapMode() == pSave2->aBmp.GetPrefMapMode() ) ) in ResolveBitmapActions()
1752 Bitmap aMask( pSave->aBmp ); aMask.Invert(); in ResolveBitmapActions()
1753 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions()
1763 Bitmap aMask( pSave->aBmp ); in ResolveBitmapActions()
1764 BitmapEx aBmpEx( pSave2->aBmp, aMask ); in ResolveBitmapActions()
1777 Bitmap aBitmap( pSave->aBmp ); in ResolveBitmapActions()
/aoo41x/main/vcl/source/window/
H A Dscrwnd.cxx80 Bitmap aBmp; in ImplWheelWindow() local
82 aBmp = Bitmap( ResId( SV_RESID_BITMAP_SCROLLMSK, *pResMgr ) ); in ImplWheelWindow()
83 ImplSetRegion( aBmp ); in ImplWheelWindow()
/aoo41x/main/vcl/win/source/gdi/
H A Dsalbmp.cxx831 BITMAP aBmp; in ImplCopyDIBOrDDB() local
834 WIN_GetObject( hHdl, sizeof( BITMAP ), (LPSTR) &aBmp ); in ImplCopyDIBOrDDB()
837 if ( (hCopy = CreateBitmapIndirect( &aBmp )) != 0 ) in ImplCopyDIBOrDDB()
844 BitBlt( hCopyDC, 0, 0, aBmp.bmWidth, aBmp.bmHeight, hBmpDC, 0, 0, SRCCOPY ); in ImplCopyDIBOrDDB()
/aoo41x/main/svtools/source/control/
H A Dctrlbox.cxx433 Bitmap aBmp; in InsertEntry() local
434 ImpGetLine( nLine1, nLine2, nDistance, aBmp, aStr ); in InsertEntry()
435 nPos = ListBox::InsertEntry( aStr, aBmp, nPos ); in InsertEntry()
544 Bitmap aBmp; in UpdateLineColors() local
557 ImpGetLine( pData->nLine1, pData->nLine2, pData->nDistance, aBmp, aStr ); in UpdateLineColors()
558 ListBox::InsertEntry( aStr, aBmp, sal_uInt16( n ) ); in UpdateLineColors()
/aoo41x/main/svtools/source/inc/
H A Djpeg.hxx55 Bitmap aBmp; member in JPEGReader
90 Bitmap aBmp; member in JPEGWriter

Completed in 182 milliseconds

12345