Home
last modified time | relevance | path

Searched refs:X11SalBitmap (Results 1 – 7 of 7) sorted by relevance

/AOO41X/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx62 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()
[all …]
H A Dsalgdi2.cxx114 X11SalBitmap aBM; in CopyScreenArea()
646 …static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aDrawable, m_nScreen, nDepth, rPosAry, aGC … in drawBitmap()
707 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aFG, m_nScreen, nDepth, aTmpRect, aTmpGC ); in drawMaskedBitmap()
721 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aFG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap()
731 … static_cast<const X11SalBitmap&>(rTransBitmap).ImplDraw( aBG, m_nScreen, 1, aTmpRect, aTmpGC ); in drawMaskedBitmap()
805 const X11SalBitmap& rSrcX11Bmp = static_cast<const X11SalBitmap&>( rSrcBitmap ); in drawAlphaBitmap()
980 … static_cast<const X11SalBitmap&>(rSalBitmap).ImplDraw( aStipple, m_nScreen, 1, aTwoRect, aTmpGC ); in drawMask()
1058 X11SalBitmap* pSalBitmap = new X11SalBitmap; in getBitmap()
/AOO41X/main/vcl/inc/unx/
H A Dsalbmp.h45 class VCLPLUG_GEN_PUBLIC X11SalBitmap : public SalBitmap
97 X11SalBitmap();
98 virtual ~X11SalBitmap();
184 …void ImplAdd( X11SalBitmap* pBmp, sal_uIntPtr nMemSize = 0UL, sal_uIntPtr nFlags = 0UL …
185 void ImplRemove( X11SalBitmap* pBmp );
/AOO41X/main/vcl/unx/generic/app/
H A Dsoicon.cxx70 X11SalBitmap *pBitmap = static_cast < X11SalBitmap * > in SelectAppIconPixmap()
103 X11SalBitmap *pMask = static_cast < X11SalBitmap * > in SelectAppIconPixmap()
H A Dsaldisp.cxx548 X11SalBitmap::ImplDestroyCache(); in doDestruct()
842 X11SalBitmap::ImplCreateCache(); in Init()
/AOO41X/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx2305 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot()
2588 X11SalBitmap* pBM = static_cast<X11SalBitmap*>(pBitmap); in SetBackgroundBitmap()
/AOO41X/main/vcl/unx/generic/window/
H A Dsalframe.cxx870 X11SalBitmap* pBM = static_cast<X11SalBitmap*>(pBitmap); in SetBackgroundBitmap()
1893 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot()