Home
last modified time | relevance | path

Searched refs:aBitmap (Results 1 – 25 of 80) sorted by path

1234

/trunk/main/basebmp/test/
H A Dbmpdemo.cxx1188 Bitmap aBitmap( Size(aTestSize.getX(), in Paint() local
1193 ScopedBitmapWriteAccess pWriteAccess( aBitmap.AcquireWriteAccess(), in Paint()
1194 aBitmap ); in Paint()
1201 DrawBitmap( Point(), aBitmap ); in Paint()
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper.cxx410 ::Bitmap aBitmap = aBmpEx.GetBitmap(); in surfaceFromXBitmap()
416 pSurface = rSurfaceProvider->createSurface( aBitmap ); in surfaceFromXBitmap()
424 ::BitmapReadAccess* pBitmapReadAcc = aBitmap.AcquireReadAccess(); in surfaceFromXBitmap()
624 aBitmap.ReleaseAccess( pBitmapReadAcc ); in surfaceFromXBitmap()
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx174 Bitmap aBitmap( rBmpEx.GetBitmap() ); in bitmapFromVCLBitmapEx() local
176 ScopedBitmapReadAccess pReadAccess( aBitmap.AcquireReadAccess(), in bitmapFromVCLBitmapEx()
177 aBitmap ); in bitmapFromVCLBitmapEx()
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmap.cxx51 Bitmap aBitmap( rSize, nBitCount, pPalette ); in CanvasBitmap() local
61 maCanvasHelper.init( BitmapEx( aBitmap, aAlpha ), in CanvasBitmap()
67 maCanvasHelper.init( BitmapEx( aBitmap ), in CanvasBitmap()
H A Dcanvasbitmaphelper.cxx147 ScopedBitmapReadAccess pReadAccess( aBitmap.AcquireReadAccess(), in getData()
148 aBitmap ); in getData()
157 const Size aBmpSize( aBitmap.GetSizePixel() ); in getData()
228 aBitmap ); in setData()
244 const Size aBmpSize( aBitmap.GetSizePixel() ); in setData()
427 setBitmap( BitmapEx( aBitmap ) ); in setData()
429 setBitmap( BitmapEx( aBitmap, in setData()
470 aBitmap ); in setPixel()
493 setBitmap( BitmapEx( aBitmap ) ); in setPixel()
495 setBitmap( BitmapEx( aBitmap, in setPixel()
[all …]
H A Dcanvashelper.cxx946 Bitmap aBitmap( rOutDev.GetBitmap(aEmptyPoint, aBmpSize) ); in getScaledBitmap() local
948 aBitmap.Scale( ::vcl::unotools::sizeFromRealSize2D(newSize), in getScaledBitmap()
952 new CanvasBitmap( aBitmap, *mpDevice, mpOutDev ) ); in getScaledBitmap()
972 Bitmap aBitmap( rOutDev.GetBitmap(aRect.TopLeft(), in getData() local
975 ScopedBitmapReadAccess pReadAccess( aBitmap.AcquireReadAccess(), in getData()
976 aBitmap ); in getData()
1049 Bitmap aBitmap( aRect.GetSize(), nBitCount, pPalette ); in setData() local
1054 ScopedBitmapWriteAccess pWriteAccess( aBitmap.AcquireWriteAccess(), in setData()
1055 aBitmap ); in setData()
1136 rOutDev.DrawBitmap(aRect.TopLeft(), aBitmap); in setData()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DGraphicPropertyItemConverter.cxx701 uno::Any aBitmap; in ApplySpecialItem() local
702 rItem.QueryValue( aBitmap, MID_GRAFURL ); in ApplySpecialItem()
706 aBitmap, m_xNamedPropertyTableFactory, aPreferredName ); in ApplySpecialItem()
/trunk/main/cui/source/customize/
H A Dcfg.cxx5448 BitmapEx aBitmap = aImage.GetBitmapEx(); in ReplaceGraphicItem() local
5449 BitmapEx aBitmapex = AutoScaleBitmap(aBitmap, m_nExpectedSize); in ReplaceGraphicItem()
5612 BitmapEx aBitmap = aImage.GetBitmapEx(); in ImportGraphic() local
5613 BitmapEx aBitmapex = AutoScaleBitmap(aBitmap, m_nExpectedSize); in ImportGraphic()
5727 BitmapEx SvxIconSelectorDialog::AutoScaleBitmap(BitmapEx & aBitmap, const long aStandardSize) in AutoScaleBitmap() argument
5734 BitmapEx aRet = aBitmap; in AutoScaleBitmap()
/trunk/main/cui/source/inc/
H A Dcfg.hxx767 BitmapEx AutoScaleBitmap(BitmapEx & aBitmap, const long aStandardSize);// Added by shizhoubo
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx2349 Bitmap aBitmap(aGraphic.GetBitmap()); in IMPL_LINK() local
2350 Size aSize(aBitmap.GetSizePixel()); in IMPL_LINK()
2358 aBitmap.Scale(nScale, nScale); in IMPL_LINK()
2360 Image aImage(aBitmap); in IMPL_LINK()
H A Dtpline.cxx1704 Bitmap aBitmap(pGraphic->GetBitmap()); in IMPL_LINK() local
1705 Size aSize(aBitmap.GetSizePixel()); in IMPL_LINK()
1713 aBitmap.Scale(nScale, nScale); in IMPL_LINK()
1716 Image aImage(aBitmap); in IMPL_LINK()
1834 Bitmap aBitmap(pItem->GetGraphic()->GetBitmap()); in IMPL_STATIC_LINK() local
1835 Size aSize(aBitmap.GetSizePixel()); in IMPL_STATIC_LINK()
1843 aBitmap.Scale(nScale, nScale); in IMPL_STATIC_LINK()
1845 Image aImage(aBitmap); in IMPL_STATIC_LINK()
/trunk/main/embeddedobj/test/mtexecutor/
H A Dbitmapcreator.cxx63 BitmapEx aBitmap; in createInstance() local
64 uno::Reference< uno::XInterface> aResult( VCLUnoHelper::CreateBitmap( aBitmap ), uno::UNO_QUERY ); in createInstance()
82 BitmapEx aBitmap; in createInstanceWithArguments() local
84 aStream >> aBitmap; in createInstanceWithArguments()
88 uno::Reference< uno::XInterface > aResult( VCLUnoHelper::CreateBitmap( aBitmap ), uno::UNO_QUERY ); in createInstanceWithArguments()
/trunk/main/extensions/source/scanner/
H A Dtwain.cxx179 if( !!aBitmap ) in SelectSource()
180 aBitmap = Bitmap(); in SelectSource()
204 if( !!aBitmap ) in InitXfer()
205 aBitmap = Bitmap(); in InitXfer()
227 Bitmap aRet( aBitmap ); in GetXferBitmap()
228 aBitmap = Bitmap(); in GetXferBitmap()
332 if( !!aBitmap ) in ImplHandleMsg()
397 aBitmap.Read( aMemStm, FALSE ); in ImplXfer()
408 aBitmap.SetPrefMapMode( aMapMode ); in ImplXfer()
409 aBitmap.SetPrefSize( Size( nWidth, nHeight ) ); in ImplXfer()
H A Dtwain.hxx54 Bitmap aBitmap; member in ImpTwain
/trunk/main/filter/source/graphicfilter/epict/
H A Depict.cxx890 Bitmap aBitmap( rBitmap ); in WriteOpcode_BitsRect() local
907 if ( ( pAcc = aBitmap.AcquireReadAccess() ) == NULL ) in WriteOpcode_BitsRect()
910 nBitsPerPixel = aBitmap.GetBitCount(); in WriteOpcode_BitsRect()
1299 aBitmap.ReleaseAccess( pAcc ); in WriteOpcode_BitsRect()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx786 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
788 Size aSize( rVDev.PixelToLogic( aBitmap.GetSizePixel() ) ); in ImplWriteActions()
797 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
810 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
820 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions() local
822 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
833 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions() local
835 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
848 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImplWriteActions() local
850 aBitmap.Convert( BMP_CONVERSION_8BIT_GREYS ); in ImplWriteActions()
[all …]
/trunk/main/filter/source/graphicfilter/ieps/
H A Dieps.cxx598 Bitmap aBitmap( Size( nWidth, nHeight ), 1 ); in GraphicImport() local
599 BitmapWriteAccess* pAcc = aBitmap.AcquireWriteAccess(); in GraphicImport()
666 aSize = aBitmap.GetPrefSize(); in GraphicImport()
668 … aSize = Application::GetDefaultDevice()->PixelToLogic( aBitmap.GetSizePixel(), MAP_100TH_MM ); in GraphicImport()
670 …aSize = Application::GetDefaultDevice()->LogicToLogic( aSize, aBitmap.GetPrefMapMode(), MAP_100TH_… in GraphicImport()
671 aVDev.DrawBitmap( Point(), aSize, aBitmap ); in GraphicImport()
679 aBitmap.ReleaseAccess( pAcc ); in GraphicImport()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx254 Bitmap aBitmap; member
942 pVirDev->DrawBitmap(aP1,aSize,pB->aBitmap); in ReadBitBlt()
2393 ReadDIB(pBitmapList->aBitmap, *(pBitmapList->pBMP), false); in ReadField()
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx303 aBitmap.ReleaseAccess( pAcc ); \
305 aBitmap.ReleaseAccess( pReadAcc ); \
710 Bitmap aBitmap; in ReadPixMapEtc() local
749 aBitmap = Bitmap( Size( nWidth, nHeight ), nDstBitCount ); in ReadPixMapEtc()
751 if ( ( pAcc = aBitmap.AcquireWriteAccess() ) == NULL ) in ReadPixMapEtc()
782 aBitmap = Bitmap( Size( nWidth, nHeight ), 1 ); in ReadPixMapEtc()
783 if ( ( pAcc = aBitmap.AcquireWriteAccess() ) == NULL ) in ReadPixMapEtc()
980 if ( ( pReadAcc = aBitmap.AcquireReadAccess() ) == NULL ) in ReadPixMapEtc()
1071 aBitmap.ReleaseAccess( pReadAcc ); in ReadPixMapEtc()
1072 aBitmap.ReleaseAccess( pAcc ); in ReadPixMapEtc()
[all …]
/trunk/main/filter/source/graphicfilter/itga/
H A Ditga.cxx153 Bitmap aBitmap; in ReadTGA() local
155aBitmap = Bitmap( Size( mpFileHeader->nImageWidth, mpFileHeader->nImageHeight ), mnDestBitDepth ); in ReadTGA()
156 mpAcc = aBitmap.AcquireWriteAccess(); in ReadTGA()
168 aBitmap.ReleaseAccess ( mpAcc), mpAcc = NULL; in ReadTGA()
171 rGraphic = aBitmap; in ReadTGA()
/trunk/main/filter/source/graphicfilter/itiff/
H A Ditiff.cxx60 Bitmap aBitmap; member in TIFFReader
1069 aBitmap.SetPrefMapMode(aMapMode); in MakePalCol()
1070 aBitmap.SetPrefSize(Size(nImageWidth,nImageLength)); in MakePalCol()
1240 aBitmap = Bitmap( Size( nImageWidth, nImageLength ), nDstBitsPerPixel ); in ReadTIFF()
1241 pAcc = aBitmap.AcquireWriteAccess(); in ReadTIFF()
1280 aBitmap.ReleaseAccess( pAcc ); in ReadTIFF()
1283 AnimationBitmap aAnimationBitmap( aBitmap, Point( 0, 0 ), aBitmap.GetSizePixel(), in ReadTIFF()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx1156 Bitmap aBitmap( aBitmapSizePixel, 24 ); in ApplyRectangularGradientAsBitmap() local
1157 BitmapWriteAccess* pAcc = aBitmap.AcquireWriteAccess(); in ApplyRectangularGradientAsBitmap()
1289 aBitmap.ReleaseAccess( pAcc ); in ApplyRectangularGradientAsBitmap()
1306 aBitmap.Rotate( nFix16Angle / 10, rShadeColors[ 0 ].aColor ); in ApplyRectangularGradientAsBitmap()
1314 aBitmap.Mirror( nMirrorFlags ); in ApplyRectangularGradientAsBitmap()
1319 rSet.Put(XFillBitmapItem(String(), Graphic(aBitmap))); in ApplyRectangularGradientAsBitmap()
3983 Bitmap aBitmap( aBitmapEx.GetBitmap() ); in ImportGraphic() local
3984 …Bitmap aMask( aBitmap.CreateMask( MSO_CLR_ToColor( nTransColor, DFF_Prop_pictureTransparent ), 9 … in ImportGraphic()
3987 aGraf = BitmapEx( aBitmap, aMask ); in ImportGraphic()
/trunk/main/framework/qa/complex/contextMenuInterceptor/
H A DContextMenuInterceptor.java33 public ContextMenuInterceptor(com.sun.star.awt.XBitmap aBitmap) in ContextMenuInterceptor() argument
35 myBitmap = aBitmap; in ContextMenuInterceptor()
/trunk/main/framework/source/fwe/helper/
H A Dactiontriggerhelper.cxx191 Bitmap aBitmap; in InsertSubMenuItems() local
197 ReadDIB(aBitmap, aMem, true); in InsertSubMenuItems()
206 aImage = Image( aBitmap, aMaskBitmap ); in InsertSubMenuItems()
209 aImage = Image( aBitmap ); in InsertSubMenuItems()
/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx434 BitmapEx aBitmap = aImage.GetBitmapEx(); in implts_checkAndScaleGraphic() local
435 aBitmap.Scale( aNormSize ); in implts_checkAndScaleGraphic()
436 aImage = Image( aBitmap ); in implts_checkAndScaleGraphic()

Completed in 223 milliseconds

1234