Lines Matching refs:X11SalBitmap
62 return new X11SalBitmap(); in CreateSalBitmap()
65 ImplSalBitmapCache* X11SalBitmap::mpCache = NULL;
66 sal_uLong X11SalBitmap::mnCacheInstCount = 0;
70 X11SalBitmap::X11SalBitmap() : in X11SalBitmap() function in X11SalBitmap
78 X11SalBitmap::~X11SalBitmap() in ~X11SalBitmap()
85 void X11SalBitmap::ImplCreateCache() in ImplCreateCache()
93 void X11SalBitmap::ImplDestroyCache() in ImplDestroyCache()
103 void X11SalBitmap::ImplRemovedFromCache() in ImplRemovedFromCache()
111 BitmapBuffer* X11SalBitmap::ImplCreateDIB( const Size& rSize, sal_uInt16 nBitCount, const BitmapPal… in ImplCreateDIB()
188 BitmapBuffer* X11SalBitmap::ImplCreateDIB( Drawable aDrawable, in ImplCreateDIB()
334 XImage* X11SalBitmap::ImplCreateXImage( SalDisplay *pSalDisp, int nScreen, long nDepth, const SalTw… in ImplCreateXImage()
340 const_cast<X11SalBitmap*>(this)->mpDIB = in ImplCreateXImage()
471 bool X11SalBitmap::ImplCreateFromDrawable( Drawable aDrawable, in ImplCreateFromDrawable()
485 X11SalBitmap::SnapShot (Display* pDisplay, XLIB_Window hWindow) in SnapShot()
564 X11SalBitmap::ImplCreateFromXImage (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pI… in ImplCreateFromXImage()
576 ImplSalDDB* X11SalBitmap::ImplGetDDB( Drawable aDrawable, in ImplGetDDB()
588 const_cast<X11SalBitmap*>(this)->mpDIB = ImplCreateDIB( mpDDB->ImplGetPixmap(), in ImplGetDDB()
596 delete mpDDB, const_cast<X11SalBitmap*>(this)->mpDDB = NULL; in ImplGetDDB()
600 mpCache->ImplRemove( const_cast<X11SalBitmap*>(this) ); in ImplGetDDB()
658 const_cast<X11SalBitmap*>(this)->mpDDB = new ImplSalDDB( pImage, aDrawable, nScreen, aTwoRect ); in ImplGetDDB()
663 mpCache->ImplAdd( const_cast<X11SalBitmap*>(this), mpDDB->ImplGetMemSize() ); in ImplGetDDB()
672 void X11SalBitmap::ImplDraw( Drawable aDrawable, in ImplDraw()
685 bool X11SalBitmap::Create( const Size& rSize, sal_uInt16 nBitCount, const BitmapPalette& rPal ) in Create()
695 bool X11SalBitmap::Create( const SalBitmap& rSSalBmp ) in Create()
699 const X11SalBitmap& rSalBmp = static_cast<const X11SalBitmap&>( rSSalBmp ); in Create()
732 bool X11SalBitmap::Create( const SalBitmap&, SalGraphics* ) in Create()
739 bool X11SalBitmap::Create( const SalBitmap&, sal_uInt16 ) in Create()
746 void X11SalBitmap::Destroy() in Destroy()
763 Size X11SalBitmap::GetSize() const in GetSize()
777 sal_uInt16 X11SalBitmap::GetBitCount() const in GetBitCount()
793 BitmapBuffer* X11SalBitmap::AcquireBuffer( bool ) in AcquireBuffer()
808 void X11SalBitmap::ReleaseBuffer( BitmapBuffer*, bool bReadOnly ) in ReleaseBuffer()
822 bool X11SalBitmap::GetSystemData( BitmapSystemData& rData ) in GetSystemData()
1019 X11SalBitmap* mpBmp;
1023 ImplBmpObj( X11SalBitmap* pBmp, sal_uLong nMemSize, sal_uLong nFlags ) : in ImplBmpObj()
1043 void ImplSalBitmapCache::ImplAdd( X11SalBitmap* pBmp, sal_uLong nMemSize, sal_uLong nFlags ) in ImplAdd()
1065 void ImplSalBitmapCache::ImplRemove( X11SalBitmap* pBmp ) in ImplRemove()