Home
last modified time | relevance | path

Searched refs:aBitmap (Results 151 – 175 of 471) sorted by relevance

12345678910>>...19

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/dialog/
H A Ddlgctrl.cxx949 const BitmapEx aBitmap = pList->GetBitmapForUISolidLine(); in Fill() local
950 const Size aBmpSize(aBitmap.GetSizePixel()); in Fill()
952 pVD->DrawBitmapEx(Point(), aBitmap); in Fill()
964 const BitmapEx aBitmap = pList->GetUiBitmap( i ); in Fill() local
965 if( !aBitmap.IsEmpty() ) in Fill()
967 const Size aBmpSize(aBitmap.GetSizePixel()); in Fill()
969 pVD->DrawBitmapEx(Point(), aBitmap); in Fill()
1034 const BitmapEx aBitmap = pList->GetUiBitmap( i ); in Fill() local
1035 if( !aBitmap.IsEmpty() ) in Fill()
1037 const Size aBmpSize(aBitmap.GetSizePixel()); in Fill()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Ddocinf.cxx311 BitmapEx aBitmap; in convertMetaFile() local
313 if (i_pThumb->CreateThumbnail(aBitmap)) in convertMetaFile()
315 WriteDIB(aBitmap.GetBitmap(), aStream, false, false); in convertMetaFile()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/doc/
H A Ddocinf.cxx310 BitmapEx aBitmap; in convertMetaFile() local
312 if (i_pThumb->CreateThumbnail(aBitmap)) in convertMetaFile()
314 WriteDIB(aBitmap.GetBitmap(), aStream, false, false); in convertMetaFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/canvas/source/directx/
H A Ddx_vcltools.cxx158 Bitmap aBitmap( rBmpEx.GetBitmap() ); in bitmapFromVCLBitmapEx() local
160 Bitmap::ScopedReadAccess pReadAccess( aBitmap ); in bitmapFromVCLBitmapEx()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Dcanvasbitmaptest.cxx633 Bitmap aBitmap(Size(200,200),nDepth); in runTest() local
634 aBitmap.Erase(COL_WHITE); in runTest()
636 BitmapScopedWriteAccess pAcc(aBitmap); in runTest()
659 rtl::Reference<VclCanvasBitmap> xBmp( new VclCanvasBitmap(BitmapEx(aBitmap)) ); in runTest()
677 xBmp.set( new VclCanvasBitmap(BitmapEx(aBitmap,aMask)) ); in runTest()
696 xBmp.set( new VclCanvasBitmap(BitmapEx(aBitmap,aAlpha)) ); in runTest()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/bitmap/
H A DBitmapScaleConvolutionFilter.cxx379 Bitmap aBitmap(rBitmapEx.GetBitmap()); in execute() local
381 bRetval = ImplScaleConvolution(aBitmap, mrScaleX, mrScaleY, *mxKernel); in execute()
384 return BitmapEx(aBitmap); in execute()
H A DBitmapScaleSuperFilter.cxx1018 Bitmap aBitmap(rBitmap.GetBitmap()); in execute() local
1019 SalBitmap* pKey = aBitmap.ImplGetSalBitmap().get(); in execute()
1050 Bitmap::ScopedReadAccess pReadAccess(aBitmap); in execute()
1052 sal_uInt16 nSourceBitcount = aBitmap.GetBitCount(); in execute()
1180 aBitmap.AdaptBitCount(aOutBmp); in execute()
1181 aBitmap = aOutBmp; in execute()
1188 aBitmap.Crop(aRect); in execute()
1189 BitmapEx aRet(aBitmap); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipdf/
H A Dpdfread.cxx192 Bitmap aBitmap(Size(nPageWidth, nPageHeight), vcl::PixelFormat::N24_BPP); in RenderPDFBitmaps() local
195 BitmapScopedWriteAccess pWriteAccess(aBitmap); in RenderPDFBitmaps()
218 rBitmaps.emplace_back(aBitmap, aMask); in RenderPDFBitmaps()
222 rBitmaps.emplace_back(std::move(aBitmap)); in RenderPDFBitmaps()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uiconfiguration/
H A DImageList.cxx84 BitmapEx aBitmap( rBitmapEx, Point( nIdx * aSize.Width(), 0 ), aSize ); in InsertFromHorizontalStrip() local
85 ImplAddImage( maPrefix, rNameVector[ nIdx ], nIdx + 1, Image( aBitmap ) ); in InsertFromHorizontalStrip()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uiconfiguration/
H A DImageList.cxx94 BitmapEx aBitmap( rBitmapEx, Point( nIdx * aSize.Width(), 0 ), aSize ); in InsertFromHorizontalStrip() local
95 ImplAddImage( maPrefix, rNameVector[ nIdx ], nIdx + 1, Image( aBitmap ) ); in InsertFromHorizontalStrip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/qa/cppunit/
H A DTypeSerializerTest.cxx195 Bitmap aBitmap(Size(10, 10), vcl::PixelFormat::N24_BPP); in testGraphic_Bitmap_NoGfxLink() local
196 aBitmap.Erase(COL_LIGHTGRAYBLUE); in testGraphic_Bitmap_NoGfxLink()
197 BitmapEx aBitmapEx(aBitmap); in testGraphic_Bitmap_NoGfxLink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/bitmap/
H A DBitmapScaleConvolutionFilter.cxx377 Bitmap aBitmap(rBitmapEx.GetBitmap()); in execute() local
379 bRetval = ImplScaleConvolution(aBitmap, mrScaleX, mrScaleY, *mxKernel); in execute()
382 return BitmapEx(aBitmap); in execute()
H A DBitmapScaleSuperFilter.cxx848 Bitmap aBitmap(rBitmap.GetBitmap()); in execute() local
868 ScaleCacheKey aKey(aBitmap.ImplGetSalBitmap().get(), in execute()
883 Bitmap::ScopedReadAccess pReadAccess(aBitmap); in execute()
886 auto eSourcePixelFormat = aBitmap.getPixelFormat(); in execute()
1014 aBitmap.AdaptBitCount(aOutBmp); in execute()
1015 aBitmap = aOutBmp; in execute()
1022 aBitmap.Crop(aRect); in execute()
1023 BitmapEx aRet(aBitmap); in execute()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/xoutdev/
H A D_xoutbmp.cxx252 const Bitmap aBitmap( pVDev->GetBitmap( aPt, aSize ) ); in WriteGraphic() local
259 pVDev->DrawBitmap( aPt, aSize, aBitmap ); in WriteGraphic()
260 aGraphic = BitmapEx( aBitmap, pVDev->GetBitmap( aPt, aSize ) ); in WriteGraphic()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/tabpages/
H A Dtppattern.cxx389 … BitmapEx aBitmap = m_pPatternList->GetBitmapForPreview( nCount, m_xPatternLB->GetIconSize() ); in IMPL_LINK_NOARG() local
390 m_xPatternLB->InsertItem( nId + 1, Image(aBitmap), aName ); in IMPL_LINK_NOARG()
422 …BitmapEx aBitmap = m_pPatternList->GetBitmapForPreview( static_cast<sal_uInt16>( nPos ), m_xPatter… in IMPL_LINK_NOARG() local
424 m_xPatternLB->InsertItem( nId, Image(aBitmap), aName, static_cast<sal_uInt16>(nPos) ); in IMPL_LINK_NOARG()
H A Dtphatch.cxx452 BitmapEx aBitmap = m_pHatchingList->GetBitmapForPreview( nCount, m_xHatchLB->GetIconSize() ); in IMPL_LINK_NOARG() local
454 m_xHatchLB->InsertItem( nId + 1, Image(aBitmap), aName ); in IMPL_LINK_NOARG()
480 …BitmapEx aBitmap = m_pHatchingList->GetBitmapForPreview( static_cast<sal_uInt16>(nPos), m_xHatchLB… in IMPL_LINK_NOARG() local
482 m_xHatchLB->InsertItem( nId, Image(aBitmap), aName, static_cast<sal_uInt16>(nPos) ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DPageStylesPanel.cxx560 GraphicObject aBitmap; in ModifyFillColor() local
566 aBitmap = pBitmapListItem->GetBitmapList()->GetBitmap(nPos)->GetGraphicObject(); in ModifyFillColor()
572 aBitmap = pPatternListItem->GetPatternList()->GetBitmap(nPos)->GetGraphicObject(); in ModifyFillColor()
576 XFillBitmapItem aItem(aBitmapName, aBitmap); in ModifyFillColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/tabpages/
H A Dtppattern.cxx385 … BitmapEx aBitmap = m_pPatternList->GetBitmapForPreview( nCount, m_xPatternLB->GetIconSize() ); in IMPL_LINK_NOARG() local
386 m_xPatternLB->InsertItem( nId + 1, Image(aBitmap), aName ); in IMPL_LINK_NOARG()
417 …BitmapEx aBitmap = m_pPatternList->GetBitmapForPreview( static_cast<sal_uInt16>( nPos ), m_xPatter… in IMPL_LINK_NOARG() local
419 m_xPatternLB->InsertItem( nId, Image(aBitmap), aName, static_cast<sal_uInt16>(nPos) ); in IMPL_LINK_NOARG()
H A Dtphatch.cxx447 … BitmapEx aBitmap = m_pHatchingList->GetBitmapForPreview( nCount, m_xHatchLB->GetIconSize() ); in IMPL_LINK_NOARG() local
449 m_xHatchLB->InsertItem( nId + 1, Image(aBitmap), aName ); in IMPL_LINK_NOARG()
475 …BitmapEx aBitmap = m_pHatchingList->GetBitmapForPreview( static_cast<sal_uInt16>(nPos), m_xHatchLB… in IMPL_LINK_NOARG() local
477 m_xHatchLB->InsertItem( nId, Image(aBitmap), aName, static_cast<sal_uInt16>(nPos) ); in IMPL_LINK_NOARG()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/sidebar/
H A DPageStylesPanel.cxx569 GraphicObject aBitmap; in ModifyFillColor() local
575 aBitmap = pBitmapListItem->GetBitmapList()->GetBitmap(nPos)->GetGraphicObject(); in ModifyFillColor()
581 aBitmap = pPatternListItem->GetPatternList()->GetBitmap(nPos)->GetGraphicObject(); in ModifyFillColor()
585 XFillBitmapItem aItem(aBitmapName, aBitmap); in ModifyFillColor()
/dports/www/firefox-esr/firefox-91.8.0/dom/media/systemservices/video_engine/
H A Dtab_capturer.cc193 void TabCapturer::OnFrame(dom::ImageBitmap* aBitmap) { in OnFrame() argument
196 UniquePtr<dom::ImageBitmapCloneData> data = aBitmap->ToCloneData(); in OnFrame()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/systemservices/video_engine/
H A Dtab_capturer.cc193 void TabCapturer::OnFrame(dom::ImageBitmap* aBitmap) { in OnFrame() argument
196 UniquePtr<dom::ImageBitmapCloneData> data = aBitmap->ToCloneData(); in OnFrame()
/dports/editors/libreoffice/libreoffice-7.2.6.2/libreofficekit/qa/unit/
H A Dtiledrendering.cxx307 Bitmap aBitmap( Size( nWidth, nHeight ), 32 );
308 BitmapScopedWriteAccess pWriteAccess( aBitmap );
311 BitmapEx aBitmapEx( aBitmap );
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/dialog/
H A Dcompressgraphicdialog.cxx214 BitmapEx aBitmap = m_aGraphic.GetBitmapEx(); in Compress() local
220 aBitmap.Scale( Size( nPixelX, nPixelY ), GetSelectedInterpolationType() ); in Compress()
222 Graphic aScaledGraphic( aBitmap ); in Compress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/libreofficekit/qa/unit/
H A Dtiledrendering.cxx307 Bitmap aBitmap( Size( nWidth, nHeight ), 32 );
308 BitmapScopedWriteAccess pWriteAccess( aBitmap );
311 BitmapEx aBitmapEx( aBitmap );

12345678910>>...19