Home
last modified time | relevance | path

Searched refs:ImplSalDDB (Results 1 – 3 of 3) sorted by relevance

/aoo4110/main/vcl/inc/unx/
H A Dsalbmp.h38 class ImplSalDDB;
76 ImplSalDDB* mpDDB;
90 SAL_DLLPRIVATE ImplSalDDB* ImplGetDDB( Drawable, int nScreen, long nDrawableDepth,
124 class ImplSalDDB class
133 ImplSalDDB() {} in ImplSalDDB() function in ImplSalDDB
143 ImplSalDDB( XImage* pImage,
146 ImplSalDDB( Drawable aDrawable,
150 ImplSalDDB( Display* pDisplay,
154 ~ImplSalDDB();
/aoo4110/main/vcl/unx/generic/gdi/
H A Dsalbmp.cxx478 mpDDB = new ImplSalDDB( aDrawable, nScreen, nDrawableDepth, nX, nY, nWidth, nHeight ); in ImplCreateFromDrawable()
570 mpDDB = new ImplSalDDB (pDisplay, hWindow, nScreen, pImage); in ImplCreateFromXImage()
576 ImplSalDDB* X11SalBitmap::ImplGetDDB( Drawable aDrawable, in ImplGetDDB()
658 const_cast<X11SalBitmap*>(this)->mpDDB = new ImplSalDDB( pImage, aDrawable, nScreen, aTwoRect ); in ImplGetDDB()
842 ImplSalDDB::ImplSalDDB( XImage* pImage, Drawable aDrawable, int nScreen, const SalTwoRect& rTwoRect… in ImplSalDDB() function in ImplSalDDB
874 ImplSalDDB::ImplSalDDB (Display* pDisplay, XLIB_Window hWindow, int nScreen, XImage* pImage) : in ImplSalDDB() function in ImplSalDDB
912 ImplSalDDB::ImplSalDDB( Drawable aDrawable, int nScreen, long nDrawableDepth, long nX, long nY, lon… in ImplSalDDB() function in ImplSalDDB
946 ImplSalDDB::~ImplSalDDB() in ~ImplSalDDB()
954 bool ImplSalDDB::ImplMatches( int nScreen, long nDepth, const SalTwoRect& rTwoRect ) const in ImplMatches()
982 void ImplSalDDB::ImplDraw( Drawable aDrawable, long nDrawableDepth, const SalTwoRect& rTwoRect, con… in ImplDraw()
[all …]
H A Dsalgdi2.cxx806 ImplSalDDB* pSrcDDB = rSrcX11Bmp.ImplGetDDB( hDrawable_, m_nScreen, nDepth, rTR ); in drawAlphaBitmap()

Completed in 27 milliseconds