Searched refs:X11SalBitmap (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/vcl/unx/generic/gdi/ |
H A D | salbmp.cxx | 62 return new X11SalBitmap(); in CreateSalBitmap() 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() 699 const X11SalBitmap& rSalBmp = static_cast<const X11SalBitmap&>( rSSalBmp ); in Create() 746 void X11SalBitmap::Destroy() in Destroy() 763 Size X11SalBitmap::GetSize() const in GetSize() [all …]
|
H A D | salgdi2.cxx | 114 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()
|
/aoo4110/main/vcl/inc/unx/ |
H A D | salbmp.h | 45 class VCLPLUG_GEN_PUBLIC X11SalBitmap : public SalBitmap class 97 X11SalBitmap(); 98 virtual ~X11SalBitmap(); 184 void ImplAdd( X11SalBitmap* pBmp, sal_uIntPtr nMemSize = 0UL, sal_uIntPtr nFlags = 0UL ); 185 void ImplRemove( X11SalBitmap* pBmp );
|
/aoo4110/main/vcl/unx/generic/app/ |
H A D | soicon.cxx | 70 X11SalBitmap *pBitmap = static_cast < X11SalBitmap * > in SelectAppIconPixmap() 103 X11SalBitmap *pMask = static_cast < X11SalBitmap * > in SelectAppIconPixmap()
|
H A D | saldisp.cxx | 548 X11SalBitmap::ImplDestroyCache(); in doDestruct() 842 X11SalBitmap::ImplCreateCache(); in Init()
|
/aoo4110/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 2305 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot() 2588 X11SalBitmap* pBM = static_cast<X11SalBitmap*>(pBitmap); in SetBackgroundBitmap()
|
/aoo4110/main/vcl/unx/generic/window/ |
H A D | salframe.cxx | 870 X11SalBitmap* pBM = static_cast<X11SalBitmap*>(pBitmap); in SetBackgroundBitmap() 1893 X11SalBitmap *pBmp = new X11SalBitmap; in SnapShot()
|
Completed in 124 milliseconds