/aoo42x/main/vcl/unx/headless/ |
H A D | svpgdi.cxx | 494 m_aDevice->drawBitmap( rSrc.getBitmap(), aSrcRect, aDestRect, DrawMode_PAINT, m_aClipMap ); in drawBitmap() 517 …m_aDevice->drawMaskedBitmap( rSrc.getBitmap(), rSrcTrans.getBitmap(), aSrcRect, aDestRect, DrawMod… in drawBitmap() 536 rSrc.getBitmap() ); in drawMask() 540 aCopy->drawMaskedColor( aFgColor, rSrc.getBitmap(), aSrcRect, B2IPoint() ); in drawMask() 548 SalBitmap* SvpSalGraphics::getBitmap( long nX, long nY, long nWidth, long nHeight ) in getBitmap() function in SvpSalGraphics
|
H A D | svpbmp.hxx | 37 const basebmp::BitmapDeviceSharedPtr& getBitmap() const { return m_aBitmap; } in getBitmap() function in SvpSalBitmap
|
H A D | svpgdi.hxx | 166 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
|
H A D | svppspgraphics.hxx | 185 virtual SalBitmap* getBitmap( long nX, long nY, long nWidth, long nHeight );
|
H A D | svpbmp.cxx | 89 const BitmapDeviceSharedPtr& rSrcBmp = rSrc.getBitmap(); in Create()
|
/aoo42x/main/canvas/source/vcl/ |
H A D | canvasbitmap.cxx | 107 BitmapEx CanvasBitmap::getBitmap() const in getBitmap() function in vclcanvas::CanvasBitmap 113 return maCanvasHelper.getBitmap(); in getBitmap() 133 BitmapEx* pBitmapEx = new BitmapEx( getBitmap() ); in getFastPropertyValue()
|
H A D | canvasbitmaphelper.hxx | 114 BitmapEx getBitmap() const;
|
H A D | canvasbitmap.hxx | 102 BitmapEx getBitmap() const;
|
/aoo42x/main/canvas/source/directx/ |
H A D | dx_canvasbitmap.cxx | 91 mpBitmap->getBitmap()->GetHBITMAP(Gdiplus::Color(), &aHBmp ); in getFastPropertyValue() 133 BitmapSharedPtr pGDIPlusBitmap=mpBitmap->getBitmap(); in getFastPropertyValue() 207 BitmapSharedPtr pGDIPlusBitmap=mpBitmap->getBitmap(); in getFastPropertyValue()
|
H A D | dx_impltools.cxx | 562 IBitmapSharedPtr pBitmap( pBitmapProvider->getBitmap() ); in bitmapFromXBitmap() 563 return pBitmap->getBitmap(); in bitmapFromXBitmap()
|
H A D | dx_bitmapprovider.hxx | 35 virtual IBitmapSharedPtr getBitmap() const = 0;
|
H A D | dx_canvashelper.cxx | 591 IBitmapSharedPtr pDXBitmap( pBitmap->getBitmap() ); in drawBitmap() 593 pGdiBitmap = pDXBitmap->getBitmap(); in drawBitmap()
|
H A D | dx_ibitmap.hxx | 40 virtual BitmapSharedPtr getBitmap() const = 0;
|
H A D | dx_bitmap.hxx | 50 virtual BitmapSharedPtr getBitmap() const;
|
H A D | dx_canvasbitmap.hxx | 86 virtual IBitmapSharedPtr getBitmap() const { return mpBitmap; } in getBitmap() function in dxcanvas::CanvasBitmap
|
H A D | dx_surfacebitmap.hxx | 49 virtual BitmapSharedPtr getBitmap() const;
|
H A D | dx_spritecanvas.hxx | 141 virtual IBitmapSharedPtr getBitmap() const;
|
H A D | dx_spritecanvas.cxx | 186 IBitmapSharedPtr SpriteCanvas::getBitmap() const in getBitmap() function in dxcanvas::SpriteCanvas
|
H A D | dx_canvas.hxx | 160 virtual IBitmapSharedPtr getBitmap() const;
|
H A D | dx_canvas.cxx | 215 IBitmapSharedPtr BitmapCanvas::getBitmap() const in getBitmap() function in dxcanvas::BitmapCanvas
|
H A D | dx_bitmap.cxx | 92 BitmapSharedPtr DXBitmap::getBitmap() const in getBitmap() function in dxcanvas::DXBitmap
|
/aoo42x/main/extensions/source/scanner/ |
H A D | scanner.hxx | 90 …virtual REF( AWT::XBitmap ) SAL_CALL getBitmap( const ScannerContext& scanner_context ) throw( Sca…
|
/aoo42x/main/vcl/unx/generic/dtrans/ |
H A D | bmp.hxx | 79 Pixmap getBitmap() const { return m_aBitmap; } in getBitmap() function in x11::PixmapHolder
|
/aoo42x/main/offapi/com/sun/star/scanner/ |
H A D | XScannerManager.idl | 94 …com::sun::star::awt::XBitmap getBitmap( [in] com::sun::star::scanner::ScannerContext scanner_conte…
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | salgdi2.cxx | 581 SalBitmap *pDDB = pSrcGraphics->getBitmap( rPosAry.mnSrcX, in copyBits() 1002 SalBitmap *X11SalGraphics::getBitmap( long nX, long nY, long nDX, long nDY ) in getBitmap() function in X11SalGraphics
|